Skip to content
Snippets Groups Projects
Unverified Commit ea58331c authored by Anton Kulyk's avatar Anton Kulyk Committed by GitHub
Browse files

Auto focus search input in question picker modal (#38514)

parent ff62088a
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ function QuestionPickerInner({ onSelect, collectionsById, getCollectionIcon }) {
<SearchInput
fullWidth
autoFocus
data-autofocus
placeholder={t`Search…`}
value={searchText}
icon={<Icon name="search" size={16} />}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment