[Autocomplete][docs] Playground Examples are... too similar? #38549
Labels
component: autocomplete
This is the name of the generic UI component, not the React module!
docs
Improvements or additions to the documentation
Duplicates
Related page
https://mui.com/material-ui/react-autocomplete/#playground
Kind of issue
Unclear explanations
Issue description
While exploring the Autocomplete component's documentation, I noticed the playground playground section (https://mui.com/material-ui/react-autocomplete/#playground) doesn't seem to adequately demonstrate the differences between the various properties.
Most of the examples, irrespective of the selected properties, appear functionally identical. This makes it challenging to discern the unique behaviors and benefits of each property just from the playground.
I typed "as" in every one of the fields, and the same list of options was presented, even with the "includeInputInList" examples, which I would have expected to add "as" into the options list; did not appear to do anything differently from the others.
Context 🔦
No response
The text was updated successfully, but these errors were encountered: