ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

support `ignore-composition` in select component

Open Alkaidcc opened this issue 1 year ago • 0 comments
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

Alkaidcc avatar Jan 12 '24 00:01 Alkaidcc