fix
This commit is contained in:
parent
d411992d07
commit
3881f820de
1 changed files with 3 additions and 1 deletions
|
@ -318,7 +318,9 @@
|
||||||
if (this.readonly) return;
|
if (this.readonly) return;
|
||||||
this.isFocused = true;
|
this.isFocused = true;
|
||||||
if (e && e.type === 'focus') return; // just focus, don't open yet
|
if (e && e.type === 'focus') return; // just focus, don't open yet
|
||||||
this.visible = true;
|
if(!this.disabled){
|
||||||
|
this.visible = true;
|
||||||
|
}
|
||||||
},
|
},
|
||||||
handleBlur (e) {
|
handleBlur (e) {
|
||||||
if (this.internalFocus){
|
if (this.internalFocus){
|
||||||
|
|
Loading…
Add table
Reference in a new issue