Focus on select field after populating data

This commit is contained in:
kkthxbye-code 2022-07-10 19:16:16 +02:00
parent a40ab9ffb1
commit 93c30c94b3
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 { } finally {
this.setOptionStyles(); this.setOptionStyles();
this.enable(); this.enable();
this.slim.slim.search.input.focus();
this.base.dispatchEvent(this.loadEvent); this.base.dispatchEvent(this.loadEvent);
} }
} }