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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add option for Autocomplete to select found entry on tab #1435

Open
jewicht opened this issue Feb 3, 2024 · 1 comment
Open

feat: add option for Autocomplete to select found entry on tab #1435

jewicht opened this issue Feb 3, 2024 · 1 comment
Labels
improvement A non-feature-adding improvement status:needs-investigation Needs additional investigation v3

Comments

@jewicht
Copy link

jewicht commented Feb 3, 2024

馃檵 Feature Request

馃 Expected Behavior

An option could be added for Autocomplete to select the found entry without using the mouse or pressing the enter key.
For example, in the first example of https://www.fluentui-blazor.net/Autocomplete , I would be able to type "arg" and press tab and Argentina would be selected.
MudBlazor calls this option SelectValueOnTab which is disabled by default: https://mudblazor.com/api/autocomplete

馃槸 Current Behavior

It would be disabled by default, so doesn't change the behavior.
It allows faster form entry.
It probably only makes sense when Autocomplete is set with MaximumSelectedOptions = 1.

@dvoituron
Copy link
Collaborator

Thank you for your suggestion. I will check if it is still compatible with our Accessibility rules.

@vnbaaij vnbaaij added status:needs-investigation Needs additional investigation improvement A non-feature-adding improvement v3 labels Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement A non-feature-adding improvement status:needs-investigation Needs additional investigation v3
Projects
None yet
Development

No branches or pull requests

3 participants