Skip to content

Commit

Permalink
fix: search in folder autofocus
Browse files Browse the repository at this point in the history
  • Loading branch information
viktomas committed May 24, 2024
1 parent 5e0324c commit c853b05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ multiple queries.

- **Change**: When searching for files in the filter field, only files and
workspaces that match all queries entered will be displayed
- **Fix**: Focus input field when search in folder (global search) is
triggered

## Under the Hood

Expand Down
2 changes: 1 addition & 1 deletion source/common/vue/form/elements/AutocompleteText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- AutocompleteText is being implemented as a search for easy emptying of the field -->
<input
v-bind:id="fieldId"
ref="input-field"
ref="inputField"
v-model="thisValue"
type="search"
v-bind:class="{ inline: inline === true }"
Expand Down

0 comments on commit c853b05

Please sign in to comment.