fix(SearchBar): make id prop unnecessary

This commit is contained in:
Ilia Mashkov
2026-01-18 20:07:37 +03:00
parent 2444e05bb7
commit cca69a73ce

View File

@@ -18,7 +18,7 @@ import type { Snippet } from 'svelte';
interface Props {
/** Unique identifier for the input element */
id: string;
id?: string;
/** Current search value (bindable) */
value: string;
/** Additional CSS classes for the container */