Hi!
Is there a way to disable single options within a select?
hi
you can try var opt = myForm.getOptions(id) which will return you options DOM element and the set “disabled” attr for needed options
Hi!
Is there a way to disable single options within a select?
hi
you can try var opt = myForm.getOptions(id) which will return you options DOM element and the set “disabled” attr for needed options