react-tag-input-component
react-tag-input-component copied to clipboard
lightweight react component for tag(s) input
_width: auto and flex-grow: 1_ should be added to the _rti--input_ class for the input to take the remaining space instead of the current _width:50%_. This will enable the user...
- remove onKeyUp props: no-use. - change onKeyDown to onKeyUp for input event: cause duplicate input UTF-8 character.
I want to make the input has a red border when there's an error. Hence, I need to add a class to the rti--container class dynamically, seems like there's not...
First of all: thanks to @harshzalavadiya for creating and maintaining this component! For my current usecase, I need the ability to add multiple values to one tag. Essentially turning a...
Hi team, I really like the lib, and I would like to suggest you to spread the props coming from the `TagsInput` component to the input tag inside. Something like...
I am setting initital tags by value attribute and it's triggering onChange function.
Peer dependency issue. I am willing to help update this.
When initializing the tag input with a state that includes duplicate values, removing the last instance of a duplicated tag causes the entire list of initial tags to be repopulated...