Merge pull request #4359 from oyv1cent/fix

fix #4351
This commit is contained in:
Aresn 2018-08-27 09:43:32 +08:00 committed by GitHub
commit 61666e4e1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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){