Focus on select field after populating data

This commit is contained in:
kkthxbye-code 2022-07-10 19:16:16 +02:00
parent 644b5d2604
commit 8ce09c4741
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);
}
}