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

a-cascader多选状态下,设置多个默认值没有效果

Open liu3594211 opened this issue 1 year ago • 0 comments
trafficstars

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

Version

4.1.0

Environment

vue

Reproduction link

https://next.antdv.com/components/cascader-cn

Steps to reproduce

const selectedItems = ref(['1', '1-1', '1-1-1', '2', '2-1']);设置这种多选的默认值,不会回显勾选

What is expected?

能够设置多个默认值

What is actually happening?

a-cascader多选状态的bug

liu3594211 avatar Apr 17 '24 06:04 liu3594211