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

ignoreDisabled: true does not work with optgroups #152

Closed
ericenns opened this issue Feb 8, 2018 · 1 comment
Closed

ignoreDisabled: true does not work with optgroups #152

ericenns opened this issue Feb 8, 2018 · 1 comment
Assignees
Labels

Comments

@ericenns
Copy link

ericenns commented Feb 8, 2018

When using optgroups and rightAll or leftAll, all elements are being moved over even if they are disabled.

@crlcu crlcu self-assigned this Apr 27, 2018
@crlcu crlcu added the bug label Apr 27, 2018
@oliveiraped
Copy link

Hi, as a possible workaround you could do this

$("#plugins_undo").attr('disabled','disabled');
$("#plugins_rightAll").attr('disabled','disabled');
$("#plugins_leftSelected").attr('disabled','disabled');
$("#plugins_leftAll").attr('disabled','disabled');
$("#plugins_redo").attr('disabled','disabled');

Disable the buttons.

Best

Pedro

@crlcu crlcu closed this as completed in afc5d8c Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants