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
commit 85cab8d9b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

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);
}
}