select - how to implement select2 with lock selection -
hi guys trying use select2 1 disabled value.
i trying implement like
$('#select_currency').select2('data', preloaded_data); i have been reading lock selections not able implement it, please let me know how implement or there tutorial it. thank you.
and in select dropdown can add locked="locked" attribute.
<select id="sharewith" multiple="true"> <option value="self" selected="selected" locked="locked">myself</option> </select>
Comments
Post a Comment