diff --git a/components/input/Input.tsx b/components/input/Input.tsx index 17a12d24bb..d38e9a4557 100644 --- a/components/input/Input.tsx +++ b/components/input/Input.tsx @@ -37,7 +37,7 @@ export interface InputProps extends AbstractInputProps { onClick?: React.FormEventHandler; onFocus?: React.FormEventHandler; onBlur?: React.FormEventHandler; - autoComplete?: 'on' | 'off'; + autoComplete?: string; prefix?: React.ReactNode; suffix?: React.ReactNode; spellCheck?: boolean;