Chips should wrap (or at least have a prop that allows wrapping)
The chip just extends beyond the div
Link: https://codesandbox.io/s/0on28qwo8v
| Tech | Version |
|--------------|---------|
| Material-UI | v3.9.3 |
| React | Chrome |
| TypeScript | No |
Srsly?:
You're a few days late for April Fools. :)
Unfortunately there's nothing in the spec for a multiline Chip. You could try creating a customised version, but I don't see this being added to the core library, sorry.
Has anyone created a customized version of this? I've tried using renderTags
on the Autocomplete
component to get this working but have had no luck.