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(multi-select): autoFilterFocus and autoOptionFocus working together #7299

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

J-Michalek
Copy link
Contributor

@J-Michalek J-Michalek commented Feb 22, 2025

Fix #7300

When using both autoFilterFocus and autoOptionFocus the first option would get focus for a brief moment, but then it would get unselected once the filter input gets the focus.

This change makes both of these work as expected - the input get focus and the first option is preselected.

Same as #7282

Copy link

vercel bot commented Feb 22, 2025

Deployment failed with the following error:

Creating the Deployment Timed Out.

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.

MultiSelect - autoFilterFocus and autoOptionFocus not working together
1 participant