From 6391bd89bf2e39764bb164a2f0e5265c46cbf3e5 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Tue, 16 Dec 2025 10:39:42 -0800 Subject: [PATCH] feat: auto-focus the searchbox in asset dropdowns (#7554) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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) --- .../widgets/components/form/dropdown/FormDropdownMenuActions.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/extensions/vueNodes/widgets/components/form/dropdown/FormDropdownMenuActions.vue b/src/renderer/extensions/vueNodes/widgets/components/form/dropdown/FormDropdownMenuActions.vue index 0be726abc..b5f602793 100644 --- a/src/renderer/extensions/vueNodes/widgets/components/form/dropdown/FormDropdownMenuActions.vue +++ b/src/renderer/extensions/vueNodes/widgets/components/form/dropdown/FormDropdownMenuActions.vue @@ -66,6 +66,7 @@ function handleSortSelected(item: SortOption) {