-
Notifications
You must be signed in to change notification settings - Fork 83
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
feat: add keepFilter option #7063
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested manually and the feature works as expected 👍
The only problem I found is related to clear button on mobile but that's not related to this PR as the issue can be reproduced on main
branch too. Created #7066 for it.
packages/multi-select-combo-box/src/vaadin-multi-select-combo-box.js
Outdated
Show resolved
Hide resolved
packages/multi-select-combo-box/src/vaadin-multi-select-combo-box.js
Outdated
Show resolved
Hide resolved
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
This ticket/PR has been released with Vaadin 24.4.0. |
Adds a
keepFilter
option to<vaadin-multi-select-combo-box>
that allows to keep the filter value after selecting an item.Some notes regarding the behavior:
Closes #5930