diff --git a/src/lib/components/form/Input.svelte b/src/lib/components/form/Input.svelte index 9c0fbba..2932e80 100644 --- a/src/lib/components/form/Input.svelte +++ b/src/lib/components/form/Input.svelte @@ -14,6 +14,7 @@ /** The type of the input element, e.g. "text". */ type?: string; + /** An optional element at the end of the input group */ tail?: Snippet; } @@ -29,12 +30,12 @@