diff --git a/src/components/TextField.ts b/src/components/TextField.ts index 0594a65..ff56ae7 100644 --- a/src/components/TextField.ts +++ b/src/components/TextField.ts @@ -18,6 +18,7 @@ export interface TextFieldProps extends HTMLAttributes { mustBeEmail?: boolean; focusOnMount?: boolean; tooltip?: string; + placeholder?: string; inlineControls?: ReactNode; onChange?: ChangeEventHandler; value?: string;