mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
Remove autoComplete restriction to allow more complex auto-filling behaviour (#7699)
This commit is contained in:
parent
df69320fc2
commit
bb411517cf
@ -37,7 +37,7 @@ export interface InputProps extends AbstractInputProps {
|
||||
onClick?: React.FormEventHandler<any>;
|
||||
onFocus?: React.FormEventHandler<any>;
|
||||
onBlur?: React.FormEventHandler<any>;
|
||||
autoComplete?: 'on' | 'off';
|
||||
autoComplete?: string;
|
||||
prefix?: React.ReactNode;
|
||||
suffix?: React.ReactNode;
|
||||
spellCheck?: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user