5 lines
211 B
Plaintext
5 lines
211 B
Plaintext
|
|
<FormControl error>
|
||
|
|
<FormLabel>Invalid</FormLabel>
|
||
|
|
<Autocomplete placeholder="Error" options={top100Films} sx={{ width: 300 }} />
|
||
|
|
<FormHelperText>Oops! something went wrong.</FormHelperText>
|
||
|
|
</FormControl>
|