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

[bug]tokenSeparators failed under "multiple" mode

Open softboy99 opened this issue 7 months ago • 3 comments
trafficstars

  • [x] I have searched the issues of this repository and believe that this is not a duplicate.

Version

4.2.6

Environment

win11 vue3 node20

Reproduction link

Edit on CodeSandbox

Steps to reproduce

https://codesandbox.io/p/devbox/multiple-selection-ant-design-vue-4-2-6-forked-jnskxp?file=%2Fsrc%2Fdemo.vue%3A18%2C3&workspaceId=ws_MFbJfcpvGDEWoogPXurSCS

paste "a1,c3", the a1 and c3 item should be automatically selected.

tried react version, it's ok:

https://codesandbox.io/p/devbox/multiple-selection-antd-5-24-4-forked-gdmvfj?file=%2Fdemo.tsx%3A15%2C44&workspaceId=ws_MFbJfcpvGDEWoogPXurSCS

What is expected?

paste "a1,c3", the a1 and c3 item should be automatically selected.

What is actually happening?

nothing be selected

softboy99 avatar Apr 07 '25 01:04 softboy99