1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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 3 additions and 2 deletions

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