How to Create A Tag Input feature in ReactJS and Material UI.
Hello Reader,
It's been a while I haven't written any tutorial, and last night I was working on a project and needed a TagInput component.
Well, implementation is not that hard but it took me some time to come up with an idea to create it.
Before we...
blog.theashishmaurya.me6 min read
Jonas Guerra
Thanks for this article, I've implemented your solution and it works fine. But I had some dificulties when there are to many tags and searching a little more, I've found a MUI component that does the same if a few more features.
The component name is Autocomplete and can be found in material-ui documentation.
Its basicaly a ComboBox with multiple values.