mirror of https://gitee.com/answerdev/answer.git
Merge branch 'feat/ui-0.7.0' into 'test'
refactor(ui): modify input type See merge request opensource/answer!334
This commit is contained in:
commit
515d995756
|
@ -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