Is it possible to emulate the Angular Material Chip input style input using a React Material UI Chip array?
I am trying to enable the clean look of Angular Material Chip input in React. The Material UI Chip array seems to be the closest thing, but it does not seem to support input natively. Is there a configuration that can be used to get this same functionality?