[Bug Report] el-select 多选模式下默认值中含有不可编辑的选项,tag标签还是可以清除
Open
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Element UI version
2.15.7
### OS/Browsers version
windows10 / Google Chrome 78.0.3904.70
### Vue version
2.6.14
### Reproduction Link
https://codepen.io/zbjy/pen/popMoZW
### Steps to reproduce
1、设置默认值:value1: ['选项2']
2、设置下拉选项选项2的为disabled: true
3、在渲染选项中设置:disabled="item.disabled"
### What is Expected?
1、多选模式下已选中且不能编辑的tag关闭按钮要禁用
2、下拉选项中已选中的不能编辑的最好是置灰下以便区分
### What is actually happening?
1、多选模式下已选中且不能编辑的tag关闭按钮没有禁用
2、下拉选项中已选中的不能编辑的还是蓝色显示,不便区分
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.