-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
AutoComplete: completeOnFocus with keyboard navigation #2824
Comments
Could you please try to use v3.16.0? If problem is still persist, please reopen this same issue with a codesandboz example. |
Unfortunately with v3.16.0 the
And with v3.16.0 this combination pre-selects (sets as v-model) the first item from the suggestion. If I remove |
@tugcekucukoglu let me know if I can help with something (testing, etc.). Do you still need that codesandbox example? |
@tugcekucukoglu created a test repo: https://github.com/smartcode-ch/primevue-autocomplete-issue ... was easier because codesandbox does not support Just switch primevue version to Hope that helps, and thanks for looking into this! |
Yes, codesandbox does not support Thanks for your time. |
Describe the feature you would like to see added
It would be nice if
completeOnFocus
works with keyboard navigation as well, not only when the user clicks the input.Is your feature request related to a problem?
Suggestions do not open, when the user navigates to the Autocomplete input using the keyboard.
Describe the solution you'd like
Open suggestions if Autofocus input receives focus.
Describe alternatives you have considered
Add focus event listener to the input using the ref and open the suggestions.
Additional context
No response
The text was updated successfully, but these errors were encountered: