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

chore: change the combobox input behaviour of hiding not matching entries #1364

Merged
merged 12 commits into from
Oct 4, 2021

Conversation

dariadomagala-sap
Copy link
Contributor

@dariadomagala-sap dariadomagala-sap commented Sep 29, 2021

Description

  • Don't hide entries not matching the search query by default
  • Add an option to hide entries not matching the search query
  • Filter entries not by startsWith but by includes (that wasn't changed for the auto-completion on a first find, that just simply wouldn't make sense)

fixes #1334

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Hello @dariadomagala , thank you submitting a pull request! Please make sure you have followed our Contribution Guidelines.

@netlify
Copy link

netlify bot commented Sep 29, 2021

✔️ Deploy Preview for fundamental-react ready!

🔨 Explore the source changes: 8299fa0

🔍 Inspect the deploy log: https://app.netlify.com/sites/fundamental-react/deploys/615a3137f638ad000804049f

😎 Browse the preview: https://deploy-preview-1364--fundamental-react.netlify.app

@droshev
Copy link
Contributor

droshev commented Oct 3, 2021

this PR seems a fix: to me and not a chore:

@qbalukom qbalukom merged commit e5d5d97 into main Oct 4, 2021
@qbalukom qbalukom deleted the fix-combobox-input-behavior branch October 4, 2021 04:32
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.

ComboboxInput with pre-selected key hides all remaining entries that is confusing for the user
4 participants