8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
|
|
<Autocomplete
|
||
|
|
open
|
||
|
|
options={['🆘 Need help', '✨ Improvement', '🚀 New feature', '🐛 Bug fix']}
|
||
|
|
renderInput={(params) => <TextField {...params} />}
|
||
|
|
slots={{
|
||
|
|
popper: PopperComponent,
|
||
|
|
}}
|
||
|
|
/>
|