feat: auto-focus the searchbox in asset dropdowns (#7554)

## Summary

On the assets dropdown in Vue Nodes loader nodes (e.g., Load Checkpoint,
Load Video, Load Image), focus the search box first.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7554-feat-auto-focus-the-searchbox-in-asset-dropdowns-2cb6d73d3650812bbe3eef406864e034)
by [Unito](https://www.unito.io)
This commit is contained in:
Christian Byrne
2025-12-16 10:39:42 -08:00
committed by GitHub
parent 786c3b8c12
commit 6391bd89bf

View File

@@ -66,6 +66,7 @@ function handleSortSelected(item: SortOption) {
<input
v-model="searchQuery"
type="text"
autofocus
:class="resetInputStyle"
:placeholder="$t('g.search')"
/>