9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
|
|
<FormControl>
|
||
|
|
<FormLabel>Label</FormLabel>
|
||
|
|
<Autocomplete
|
||
|
|
placeholder="Placeholder"
|
||
|
|
options={top100Films}
|
||
|
|
sx={{ width: 300 }}
|
||
|
|
/>
|
||
|
|
<FormHelperText>A description for the combo box.</FormHelperText>
|
||
|
|
</FormControl>
|