mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
Merge pull request #6283 from clinyong/bugfix
Input add autoFocus prop (for ts checking)
This commit is contained in:
commit
0d5fc18db7
@ -59,6 +59,7 @@ export interface InputProps {
|
||||
prefix?: React.ReactNode;
|
||||
suffix?: React.ReactNode;
|
||||
spellCheck?: boolean;
|
||||
autoFocus?: boolean;
|
||||
}
|
||||
|
||||
export default class Input extends Component<InputProps, any> {
|
||||
|
Loading…
Reference in New Issue
Block a user