We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807155d commit 1c491b4Copy full SHA for 1c491b4
src/DateTime/DateTimeViewBridge.js
@@ -18,6 +18,8 @@ bridge.prototype.attachEvents = function () {
18
this.yearDropDown.disabled = !this.enabledCheckbox.checked
19
this.monthDropDown.disabled = !this.enabledCheckbox.checked
20
this.dayDropDown.disabled = !this.enabledCheckbox.checked
21
+ this.hourDropDown.disabled = !this.enabledCheckbox.checked
22
+ this.minuteDropDown.disabled = !this.enabledCheckbox.checked
23
}.bind(this)
24
}
25
0 commit comments