While experimenting with TagsInput, I came across this helpful snippet on codesandbox that you can check out here.
The challenge I encountered is when there are numerous chips, they extend beyond the boundaries of the text field.
My goal is to implement a multiline Textfield solution where excess chips automatically move to the next line, similar to how it functions in Autocomplete.
export default function TagsInput({ ...props }) {
// Code implementation for TagsInput component goes here
}
// Default and PropTypes for TagsInput component