Focus on select field after populating data
This commit is contained in:
parent
a40ab9ffb1
commit
93c30c94b3
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -411,6 +411,7 @@ export class APISelect {
|
|||
} finally {
|
||||
this.setOptionStyles();
|
||||
this.enable();
|
||||
this.slim.slim.search.input.focus();
|
||||
this.base.dispatchEvent(this.loadEvent);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue