diff --git a/plugins/tags-resources/src/components/TagsFilter.svelte b/plugins/tags-resources/src/components/TagsFilter.svelte index 4554b97fd1..49596ac8d2 100644 --- a/plugins/tags-resources/src/components/TagsFilter.svelte +++ b/plugins/tags-resources/src/components/TagsFilter.svelte @@ -136,9 +136,7 @@ focus={!$deviceOptionsStore.isMobile} bind:value={search} placeholder={presentation.string.Search} - on:change={() => { - getValues(search) - }} + on:input={() => getValues(search)} /> {#if schema !== '0'}
@@ -218,11 +216,6 @@