UI: add enterkeyhint into filter in LerftPanelView

This commit is contained in:
Tawfiek 2021-04-30 04:19:58 +02:00
parent 31a9da09b2
commit 1104317a76

View file

@ -32,6 +32,7 @@ class FilterField extends TemplateView {
placeholder: options?.label,
"aria-label": options?.label,
autocomplete: options?.autocomplete,
enterkeyhint: 'search',
name: options?.name,
onInput: event => options.set(event.target.value),
onKeydown: event => {