diff --git a/src/Search/Search.svelte b/src/Search/Search.svelte index 0658f266..a0fb4629 100644 --- a/src/Search/Search.svelte +++ b/src/Search/Search.svelte @@ -37,9 +37,6 @@ /** Specify the value of the search input */ export let value = ""; - /** Specify the `type` attribute of the search input */ - export let type = "text"; - /** Specify the `placeholder` attribute of the search input */ export let placeholder = "Search..."; @@ -125,6 +122,8 @@