Answers for "option disable in select"

4

html select option disabled selected

<option selected disabled>Choose Tagging</option>
Posted by: Guest on March-02-2021
0

chosen-select disable

$('#foobar').prop('disabled', true).trigger("chosen:updated");
Posted by: Guest on May-29-2020

Code answers related to "option disable in select"

Browse Popular Code Answers by Language