[Autocomplete] Add new ChipProps
prop
#18885
Labels
component: autocomplete
This is the name of the generic UI component, not the React module!
good first issue
Great for first contributions. Enable to learn the contribution process.
new feature
New feature or request
Currently there is no
ChipProps
or similar in the Autocomplete props api. It would be nice to have the ability to define the Chip variant or color within an Autocomplete.Summary 💡
A subset of Chip Props should be definable on the Autocomplete component. At minimum the following:
variant
color
classes
Examples 🌈
I don't know of any examples showing this behavior.
Motivation 🔦
I'm trying to set the chip variant to be different than the default one and am unable to at the moment.
The text was updated successfully, but these errors were encountered: