DEV: Added enter hints for the quick search and sidebar filter (#28022)
This commit is contained in:
parent
a267c0727d
commit
8ef69f4c56
|
@ -1,6 +1,6 @@
|
|||
<input
|
||||
id={{this.inputId}}
|
||||
type="text"
|
||||
type="search"
|
||||
autocomplete="off"
|
||||
value={{this.search.activeGlobalSearchTerm}}
|
||||
placeholder={{i18n "search.title"}}
|
||||
|
|
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue