Skip to content

Commit 93c30c9

Browse files
committed
Focus on select field after populating data
1 parent a40ab9f commit 93c30c9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

netbox/project-static/dist/netbox.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netbox/project-static/dist/netbox.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netbox/project-static/src/select/api/apiSelect.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ export class APISelect {
411411
} finally {
412412
this.setOptionStyles();
413413
this.enable();
414+
this.slim.slim.search.input.focus();
414415
this.base.dispatchEvent(this.loadEvent);
415416
}
416417
}

0 commit comments

Comments
 (0)