mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 02:02:08 +00:00
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:
@@ -66,6 +66,7 @@ function handleSortSelected(item: SortOption) {
|
|||||||
<input
|
<input
|
||||||
v-model="searchQuery"
|
v-model="searchQuery"
|
||||||
type="text"
|
type="text"
|
||||||
|
autofocus
|
||||||
:class="resetInputStyle"
|
:class="resetInputStyle"
|
||||||
:placeholder="$t('g.search')"
|
:placeholder="$t('g.search')"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user