mirror of https://gitee.com/answerdev/answer.git
refactor(ui): modify input type
This commit is contained in:
parent
79a12ab9b6
commit
a04d117b86
|
@ -413,7 +413,7 @@ const Index: React.FC = () => {
|
|||
<Form.Label>{t('website.label')}</Form.Label>
|
||||
<Form.Control
|
||||
required
|
||||
type="text"
|
||||
type="url"
|
||||
placeholder={t('website.placeholder')}
|
||||
value={formData.website.value}
|
||||
isInvalid={formData.website.isInvalid}
|
||||
|
|
Loading…
Reference in New Issue