miket-dev / multiselect

Pure js multiselect implementation
MIT License
38 stars 30 forks source link

How to disable an option? #21

Open danicarla opened 3 years ago

danicarla commented 3 years ago

Hi guys.... how to disable this? <select id="test" multiple size="2"><option value="a">a</option><option value="b" disabled>b</option><option value="c">c</option></select> Are allow to select option "B" how do I block that choice?