Merge pull request #9696 from kkthxbye-code/fix-9632

Fixes #9632 - Focus on select field after populating data
This commit is contained in:
Jeremy Stretch
2022-07-11 09:51:45 -04:00
committed by GitHub
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -411,6 +411,7 @@ export class APISelect {
} finally {
this.setOptionStyles();
this.enable();
this.slim.slim.search.input.focus();
this.base.dispatchEvent(this.loadEvent);
}
}