Select component with remote search clears what you typed when the value for each el-option is an object
@@ -84,10 +84,10 @@
watch: {
currentLabel() {
- if (!this.created) this.dispatch('ElSelect', 'setSelected');
+ if (!this.created && !this.parent.remote) this.dispatch('ElSelect', 'setSelected');
},
value() {
}