primevue
primevue copied to clipboard
AutoComplete: problem with completeOnFocus
Describe the bug
Autocomplete component not showing box after focusing with data in input. Component have completeOnFocus set on true.
Complete event is starting but search query is empty. I noticed that focusing back on input is using PointerEvent and typing in input witch works fine is using InputEvent.
Selected complete event after focusing on input by clikcing on it.
Reproducer
No response
PrimeVue version
3.15.0
Vue version
3.x
Language
ALL
Build / Runtime
Vue CLI App
Browser(s)
Chrome
Steps to reproduce the behavior
- Type in AutoComplete input
- Select option
- change focus
- set focus back to AutoComplete
Expected behavior
After focusing on input component should show autocomplete box with data.