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

Fixed bug with deselecting items in grouped multiple select when data ids are not strings #3883

Closed
wants to merge 3 commits into from

Conversation

Jivings
Copy link

@Jivings Jivings commented Oct 29, 2015

Fixes #3882

@Jivings Jivings changed the title Fixes #3882 - cannot deselect items in grouped multiple select when data ids are not strings Fixed bug with deselecting items in grouped multiple select when data ids are not strings Oct 29, 2015
@kevin-brown
Copy link
Member

I think this was fixed in the latest master, because the issue previously was that we were not setting the normalized data object on the <option>.

In any case, a failing test case would be useful so we can try to prevent this from regressing in the future.

@Jivings
Copy link
Author

Jivings commented Oct 30, 2015

@kevin-brown Here's my failing codepen on v4.0.0, I'll try and get around to writing a proper test.

@kevin-brown
Copy link
Member

This has been corrected in one of the previous versions as we are now forcing ids to be strings wherever we find them.

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

Successfully merging this pull request may close these issues.

None yet

2 participants