diff --git a/src/lib/forms/select/Select.svelte b/src/lib/forms/select/Select.svelte index a1e99550..1c6e6dfe 100644 --- a/src/lib/forms/select/Select.svelte +++ b/src/lib/forms/select/Select.svelte @@ -1,12 +1,12 @@ - {#if placeholder} {/if} diff --git a/src/lib/forms/select/index.ts b/src/lib/forms/select/index.ts index 094728ef..1ab7aed0 100644 --- a/src/lib/forms/select/index.ts +++ b/src/lib/forms/select/index.ts @@ -16,6 +16,7 @@ interface SelectProps extends Omit { underline?: boolean; size?: SelectSize; placeholder?: string; + selectSize?: number; } interface MultiSelectProps extends HTMLAttributes {