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

fix(FilterableMultiSelect): open item list when searching #5192

Conversation

emyarod
Copy link
Member

@emyarod emyarod commented Jan 27, 2020

Closes #5002

This PR opens the item list for filterable multiselects when the input value changes so that the component will not be stuck in a state where users are modifying the input value and the item list will not appear

Testing / Reviewing

  1. open the item list for the filterable multiselect
  2. click on the input field to collapse the item list
  3. start typing to trigger a search/filter action
  4. observe that the list is not permanently closed

@emyarod emyarod requested a review from a team as a code owner January 27, 2020 18:29
@ghost ghost requested review from aledavila and joshblack January 27, 2020 18:29
@netlify
Copy link

netlify bot commented Jan 27, 2020

Deploy preview for the-carbon-components ready!

Built with commit 08b3b65

https://deploy-preview-5192--the-carbon-components.netlify.com

@netlify
Copy link

netlify bot commented Jan 27, 2020

Deploy preview for carbon-elements ready!

Built with commit 08b3b65

https://deploy-preview-5192--carbon-elements.netlify.com

@netlify
Copy link

netlify bot commented Jan 27, 2020

Deploy preview for carbon-components-react failed.

Built with commit 08b3b65

https://app.netlify.com/sites/carbon-components-react/deploys/5e30820f54c2540008e4cfa4

@asudoh asudoh requested review from a team and designertyler and removed request for a team January 27, 2020 22:09
Copy link
Contributor

@asudoh asudoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 - Thanks @emyarod!

@emyarod emyarod force-pushed the 5002-open-filterable-multiselect-when-searching branch from 5ce7916 to 4d8299d Compare January 28, 2020 16:35
Copy link
Member

@tw15egan tw15egan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 ✅

Copy link
Contributor

@designertyler designertyler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@asudoh asudoh merged commit 8faf1f7 into carbon-design-system:master Jan 28, 2020
@emyarod emyarod deleted the 5002-open-filterable-multiselect-when-searching branch January 30, 2020 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiselect.Filterable doesnt stay open on input focus after applying a filter and removing it
4 participants