mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Automatically focus the search input when the project selector is opened
This commit is contained in:
@@ -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") }
|
||||
|
||||
Reference in New Issue
Block a user