Switch back to Input for username
This commit is contained in:
parent
68f9085b47
commit
25a3f72417
|
@ -181,10 +181,15 @@ export function SignupForm(props) {
|
|||
</Message>}
|
||||
|
||||
{!!genUsername() &&
|
||||
<div className='field'>
|
||||
<label>Username</label>
|
||||
<p style={{background: 'yellow'}}>{genUsername()}</p>
|
||||
</div>
|
||||
<Form.Input
|
||||
label='Username'
|
||||
name='username'
|
||||
value={genUsername()}
|
||||
error={error.username}
|
||||
readOnly
|
||||
>
|
||||
<input style={{ border: 'none' }}></input>
|
||||
</Form.Input>
|
||||
}
|
||||
|
||||
<Form.Input
|
||||
|
|
Loading…
Reference in New Issue
Block a user