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

BasicSelect filtered customAttrs fix #118

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Nick-Pyze
Copy link

@Nick-Pyze Nick-Pyze commented Apr 18, 2019

Resolves #117

Updating Basic Select to use filterOptions instead of options when checking customAttrs. This stops the issue where when searching, incorrect attrs get assigned based on the original options array, instead of the filteredOptions subset

EDIT:: also updating ModelSelect to have this fix

Updating Basic Select to use filterOptions instead of options when checking customAttrs. This stops the issue where when searching, incorrect attrs get assigned based on the original options array, instead of the filteredOptions subset
ModelSelect also now has references to filteredOptions instead of options for customAttrs fix when searching
@gmonte
Copy link

gmonte commented Sep 26, 2019

up

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

Successfully merging this pull request may close these issues.

Custom Attributes applied to wrong elements when searching
2 participants