DEV: Added enter hints for the quick search and sidebar filter (#28022)

This commit is contained in:
Sérgio Saquetim 2024-07-22 15:33:50 -03:00 committed by GitHub
parent a267c0727d
commit 8ef69f4c56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<input
id={{this.inputId}}
type="text"
type="search"
autocomplete="off"
value={{this.search.activeGlobalSearchTerm}}
placeholder={{i18n "search.title"}}

View File

@ -64,6 +64,7 @@ export default class Filter extends Component {
value={{this.sidebarState.filter}}
placeholder={{i18n "sidebar.filter"}}
type="text"
enterkeyhint="done"
class="sidebar-filter__input"
/>
{{#if this.showShortcutCombo}}