This commit is contained in:
Jan Prochazka
2021-11-15 18:54:02 +01:00
parent eb16658f4c
commit 475bc39819

View File

@@ -5,7 +5,7 @@
export let placeholder; export let placeholder;
export let value; export let value;
$: searchValue = value; $: searchValue = value || '';
export let isDebounced = false; export let isDebounced = false;
let domInput; let domInput;