diff --git a/src/components/Form.tsx b/src/components/Form.tsx index 17da424..b8878a3 100644 --- a/src/components/Form.tsx +++ b/src/components/Form.tsx @@ -25,7 +25,7 @@ export const TextInput: Component< label: string; placeholder?: string; labelMinWidth?: string; - suffix?: string; + suffix?: string | JSX.Element; size?: string; vertical?: boolean; } & JSX.InputHTMLAttributes