Automatically focus the search input when the project selector is opened

This commit is contained in:
Henriette Darge
2026-06-10 08:01:25 +02:00
parent f7f1e7ab87
commit fa766e315f
@@ -36,6 +36,7 @@ See COPYRIGHT and LICENSE files for more details.
filter_input_arguments: { name: "filter",
label: t(:label_filter),
visually_hide_label: true,
autofocus: true,
data: { test_selector: "op-header-project-select--search" } },
no_results_node_arguments: { data: { test_selector: "op-header-project-select--no-results" },
label: I18n.t("filterable_tree_view.no_results_text") }