fix(SearchBar): make id prop unnecessary
This commit is contained in:
@@ -18,7 +18,7 @@ import type { Snippet } from 'svelte';
|
|||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
/** Unique identifier for the input element */
|
/** Unique identifier for the input element */
|
||||||
id: string;
|
id?: string;
|
||||||
/** Current search value (bindable) */
|
/** Current search value (bindable) */
|
||||||
value: string;
|
value: string;
|
||||||
/** Additional CSS classes for the container */
|
/** Additional CSS classes for the container */
|
||||||
|
|||||||
Reference in New Issue
Block a user