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

The select component does not work in automatic word segmentation in multi-select mode

Open liushi-code opened this issue 4 years ago • 4 comments
trafficstars

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

Version

1.7.3

Environment

系统版本win10 20H2,chrome版本91.0,Vue版本2.6.3

Reproduction link

Edit on CodeSandbox

Steps to reproduce

1.使用a-select组件,设置mode为multiple,token-separators为[',',';'] 2.复制字符串'a1,b2,c3'到select框中

What is expected?

期待出现自动分词效果,select框中展示已分词后的选项a1 b2 c3

What is actually happening?

字符串粘贴到select框之后,不能正常显示内容

liushi-code avatar Jun 08 '21 10:06 liushi-code