Answers for "disabled select chosen input"

1

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

Browse Popular Code Answers by Language