Select: Chinese IME input will be stopped in filter input element #6279
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When using Chinese, Japanese or Korean IME, when typing and select characters.
It will accident trigger unexpected behavior in
<Select>
filter input and break up typing process.Just like the GIF below, when I'm typing & using
Enter
to confirm the typing, the<Select>
filter will trigger keydown Enter to close the dropdown panel.And the Selected Item is not changed.
Reproducer
https://stackblitz.com/edit/primevue-4-ts-vite-issue-template-a9rucv?file=src%2FApp.vue
PrimeVue version
4.0.4
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
<Select>
filter input.Expected behavior
Avoid filter keydown detect when IME is composing.
The text was updated successfully, but these errors were encountered: