mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: remove autoComplete
This commit is contained in:
@@ -52,6 +52,7 @@ export function ConnectorForm({form, onCreate}: { form: FormInstance, onCreate:
|
|||||||
}))}
|
}))}
|
||||||
value={provider}
|
value={provider}
|
||||||
onChange={setProvider}
|
onChange={setProvider}
|
||||||
|
autoFocus
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
|
||||||
@@ -63,7 +64,7 @@ export function ConnectorForm({form, onCreate}: { form: FormInstance, onCreate:
|
|||||||
name={['authData', fieldName]}
|
name={['authData', fieldName]}
|
||||||
rules={[{required: true, message: t`Required`}]}
|
rules={[{required: true, message: t`Required`}]}
|
||||||
>
|
>
|
||||||
<Input/>
|
<Input autoComplete='off'/>
|
||||||
</Form.Item>)
|
</Form.Item>)
|
||||||
}
|
}
|
||||||
<Form.Item
|
<Form.Item
|
||||||
|
|||||||
Reference in New Issue
Block a user