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

paste string with tokenSeparators will display the original string & tags in a-select tags mode

Open samuel-pp opened this issue 5 months ago • 1 comments
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

Edit on CodeSandbox

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.

samuel-pp avatar Jun 16 '25 06:06 samuel-pp