mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
Merge pull request #5970 from brookshi/patch-3
#5969 Input component support spellCheck for TypeScript
This commit is contained in:
commit
18abd43d20
@ -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…
Reference in New Issue
Block a user