Open Rastishka opened 9 years ago
Is it possible to set some of the options disabled using options attribute in 0.12.*? Like <option value="foo" disabled >Foo<option> in HTML?
<option value="foo" disabled >Foo<option>
add disabled: true in the option data object.
disabled: true
Great, thank you. PS Is it mentioned somewhere in docs?
Is it possible to set some of the options disabled using options attribute in 0.12.*? Like
<option value="foo" disabled >Foo<option>
in HTML?