ant-design-vue
ant-design-vue copied to clipboard
support `ignore-composition` in select component
trafficstars
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
When typing with Chinese IME, some events will be triggered frequently, I expect events are only triggered after compositionend.
Besides, NaiveUI has implemented that.
What does the proposed API look like?
name: ignore-composition
type: boolean