6 lines
179 B
Plaintext
6 lines
179 B
Plaintext
|
|
<form noValidate autoComplete="off">
|
||
|
|
<FormControl sx={{ width: '25ch' }}>
|
||
|
|
<OutlinedInput placeholder="Please enter text" />
|
||
|
|
<MyFormHelperText />
|
||
|
|
</FormControl>
|
||
|
|
</form>
|