multi.js
multi.js copied to clipboard
Method to disable and enable the select box?
Is there a way to programmatically disable the box? I set disabled
dynamically on the select
element (depending on the value of other input elements) but Multi.js doesn't seem to pick it up. The simplest solution would be a method in the API to turn it off and on.
Thanks!