diff --git a/components/input/Input.tsx b/components/input/Input.tsx index 1b6934a12f..55b9318385 100644 --- a/components/input/Input.tsx +++ b/components/input/Input.tsx @@ -57,6 +57,7 @@ export interface InputProps { style?: React.CSSProperties; prefix?: React.ReactNode; suffix?: React.ReactNode; + spellCheck?: boolean; } export default class Input extends Component {