diff --git a/src/lib/components/SveltyPicker.svelte b/src/lib/components/SveltyPicker.svelte index 45a71f8..b332c9c 100644 --- a/src/lib/components/SveltyPicker.svelte +++ b/src/lib/components/SveltyPicker.svelte @@ -23,7 +23,7 @@ /** @type {boolean} */ export let required = false; /** @type {HTMLInputElement|null} */ - export let inputElement; + export let inputElement = null; /** @type {string|null} */ export let value = null; /** @type {Date|null} */