Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin doesn't honor 'disabled' attribute on child OPTION tags #18

Open
wchrisjohnson opened this issue Jan 20, 2010 · 1 comment
Open

Comments

@wchrisjohnson
Copy link

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.

@yanickrochon
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants