You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The underlying SELECT used for this plugin has many child OPTION tags, each of which supports a disabled attribute that is set to a boolean - true or false. The plugin doesn't honor that attribute, and allows the user to add or remove items at will from either list witout regard for whether each option is enabled or disabled.
The text was updated successfully, but these errors were encountered:
this is in the TODO list. Please, avoid using the "disabled" attribute at the moment. A quick fix would be to add an "nodeInserted" event callback and fiddle with the given DOMElement... but this should only be a workaround until the widget officially support it.
The underlying SELECT used for this plugin has many child OPTION tags, each of which supports a disabled attribute that is set to a boolean - true or false. The plugin doesn't honor that attribute, and allows the user to add or remove items at will from either list witout regard for whether each option is enabled or disabled.
The text was updated successfully, but these errors were encountered: