mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
select:fixed #2890 placeholder recover after options clear
This commit is contained in:
@@ -221,7 +221,7 @@
|
||||
|
||||
watch: {
|
||||
placeholder(val) {
|
||||
this.currentPlaceholder = val;
|
||||
this.cachedPlaceHolder = this.currentPlaceholder = val;
|
||||
},
|
||||
|
||||
value(val) {
|
||||
|
||||
Reference in New Issue
Block a user