mirror of https://github.com/ElemeFE/element
select:fixed #2890 placeholder recover after options clear
parent
a059cf9261
commit
080a996f3f
|
@ -221,7 +221,7 @@
|
||||||
|
|
||||||
watch: {
|
watch: {
|
||||||
placeholder(val) {
|
placeholder(val) {
|
||||||
this.currentPlaceholder = val;
|
this.cachedPlaceHolder = this.currentPlaceholder = val;
|
||||||
},
|
},
|
||||||
|
|
||||||
value(val) {
|
value(val) {
|
||||||
|
|
Loading…
Reference in New Issue