This commit is contained in:
oyv1cent 2018-08-25 13:20:15 +08:00
parent d411992d07
commit 3881f820de

View file

@ -318,7 +318,9 @@
if (this.readonly) return;
this.isFocused = true;
if (e && e.type === 'focus') return; // just focus, don't open yet
this.visible = true;
if(!this.disabled){
this.visible = true;
}
},
handleBlur (e) {
if (this.internalFocus){