ElemeFE / ElemeFE/element

[Bug Report] Cascader lazy load make checked mess

Open
#21,093 2 comments 0 reactions 0 assignees View on GitHub
component: cascader type: bug
Dominant language
Vue
Stars
54k
Forks
14.4k
PR merge metrics
No merged PRs in 30d

Description

### Element UI version
2.15.2

### OS/Browsers version
windows 10 / Chrome 90.0.4430.93

### Vue version
2.6.14

### Reproduction Link
https://codepen.io/duncan248/pen/rNybEgZ

### Steps to reproduce
expand v1 option, v1 will be removed from v(same to v2)
(checkStrictly: true, multiple: true)
![cascader](https://user-images.githubusercontent.com/30902641/127257507-5cfbd406-d9df-40f5-8a91-6ac4ed016f49.gif)

### What is Expected?
After expanding, v will not change
['v1', 'v2'] => ['v1', 'v2']

### What is actually happening?
['v1', 'v2'] => ['v2']

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.