We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5712e commit 8ca4213Copy full SHA for 8ca4213
src/jquery-ui-datepicker.js
@@ -5,7 +5,7 @@ function init(Survey) {
5
iconName: "icon-datepicker",
6
widgetIsLoaded: function() { return typeof $ == 'function' && !!$.fn.datepicker; },
7
isFit : function(question) { return question.getType() === 'datepicker'; },
8
- htmlTemplate: "<input class='widget-datepicker' type='text' style='width: 100%;'>",
+ htmlTemplate: "<input class='form-control widget-datepicker' type='text' style='width: 100%;'>",
9
activatedByChanged: function(activatedBy) {
10
Survey.JsonObject.metaData.addClass("datepicker",
11
[{name: "dateFormat", default: "mm/dd/yy", choices: ["mm/dd/yy", "yy-mm-dd", "d M, y", "d MM, y", "DD, d MM, yy", "'day' d 'of' MM 'in the year' yy"]},
0 commit comments