Merge pull request #9696 from kkthxbye-code/fix-9632
Fixes #9632 - Focus on select field after populating data
This commit is contained in:
commit
85cab8d9b0
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