Select: In case of Filter and AutoFocusFilter enabled focus is lost #6194
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When enabling filter and autoFilterFocus on primevue select , then no options are selected (may be due to missing props auto item select just like in AutoComplete) and just closes and thus focus is lost
Reproducer
https://stackblitz.com/edit/ty7yqi?file=src%2FApp.vue
PrimeVue version
3.X.X and 4.X.X
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
If we dont use filter then focus is working just fine, and also with Auto Filter Focus enable or not enabled and importantly filter enabled, shouldnot loose focus from the select.
The text was updated successfully, but these errors were encountered: