ant-design-vue
ant-design-vue copied to clipboard
paste string with tokenSeparators will display the original string & tags in a-select tags mode
trafficstars
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.2.3
Environment
vue: 3.4.31, os: macos sequoia 15.5, chrome: 137.0.7151.104 arm64
Reproduction link
Steps to reproduce
paste a string with tokenSeparators, like: 1078281,1078275,1078050,1072874
What is expected?
don't display the original string in a-select
What is actually happening?
the string "1078281,1078275,1078050,1072874" will keep in the a-select input value. the tags also display in the a-select.