Enable / Disable kendo ui drop down list using AngularJS ng-disabled -
I'm unable to get the following example working in IE9. The drop down list is not enabled or disabled.
Use of Angiens v1.2.22 and Candido UI v2014.2.903
Any help would be greatly appreciated.
HTML:
& lt; Div kendo-drop-down-list k-data-source = "names" ng-model = "selected" ng-disabled = "disabled" & gt; & Lt; / Div & gt; & Lt; Label & gt; Ng-disabled & lt; Input type = "checkbox" ng-model = "disabled" /> & Lt; / Labels & gt; & Lt; Div kendo-drop-down-list k-data-source = "names" ng-model = "selected" k-enable = "enabled" & gt; & Lt; / Div & gt; & Lt; Label & gt; Q-enabled & lt; Input type = "checkbox" ng-model = "enabled" /> & Lt; / Labels & gt; & Lt; Pre & gt; Unable to: {{disabled}} Enabled: {{Enabled}} & lt; / Pre & gt;
js:
$ scope.names = ['option1', 'option2', 'option3']; $ Scope.enabled = true; The dropdown list of Kado and Cambodia seems to be a compelling problem for NG
In IE9
I have a workaround. Complete the details with the plunker code.
Actually,
- You must manually see everything inside
ng-disabled
- Then enable
to ()
the function of the canoebox of the cando itself Dropdown lists should work similarly.
hth
Comments
Post a Comment