Skip to content

Commit 85cab8d

Browse files
Merge pull request #9696 from kkthxbye-code/fix-9632
Fixes #9632 - Focus on select field after populating data
2 parents a49d3d2 + 93c30c9 commit 85cab8d

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)