Browse Source

Merge pull request #5970 from brookshi/patch-3

#5969 Input component support spellCheck for TypeScript
pull/5980/head
偏右 8 years ago
committed by GitHub
parent
commit
18abd43d20
  1. 1
      components/input/Input.tsx

1
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<InputProps, any> {

Loading…
Cancel
Save