mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +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
|
||||
v-model="searchQuery"
|
||||
type="text"
|
||||
autofocus
|
||||
:class="resetInputStyle"
|
||||
:placeholder="$t('g.search')"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user