mirror of https://gitee.com/answerdev/answer.git
refactor(ui): modify input type
This commit is contained in:
parent
bd478a1400
commit
a936f6f273
|
@ -108,7 +108,7 @@ const Index: FC = () => {
|
|||
<Form.Control
|
||||
autoComplete="off"
|
||||
required
|
||||
type="text"
|
||||
type="email"
|
||||
placeholder=""
|
||||
value={formData.e_mail.value}
|
||||
isInvalid={formData.e_mail.isInvalid}
|
||||
|
|
Loading…
Reference in New Issue