forked from mystiq/hydrogen-web
UI: add enterkeyhint into filter in LerftPanelView
This commit is contained in:
parent
31a9da09b2
commit
1104317a76
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ class FilterField extends TemplateView {
|
||||||
placeholder: options?.label,
|
placeholder: options?.label,
|
||||||
"aria-label": options?.label,
|
"aria-label": options?.label,
|
||||||
autocomplete: options?.autocomplete,
|
autocomplete: options?.autocomplete,
|
||||||
|
enterkeyhint: 'search',
|
||||||
name: options?.name,
|
name: options?.name,
|
||||||
onInput: event => options.set(event.target.value),
|
onInput: event => options.set(event.target.value),
|
||||||
onKeydown: event => {
|
onKeydown: event => {
|
||||||
|
|
Loading…
Reference in a new issue