react-tagsinput icon indicating copy to clipboard operation
react-tagsinput copied to clipboard

Highly customizable React component for inputing tags.

Results 63 react-tagsinput issues
Sort by recently updated
recently updated
newest added

Unable to run npm install with react-tagsinput and React 18.x. ``` % npm --version 8.13.1 % npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree...

Bumps [jsdom](https://github.com/jsdom/jsdom) from 7.2.2 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

I am making a component which will have a react-tagsinput input box. the input will fetch data from the server and if there is data it will show the data...

Can I render text with HTML instance? exampl:

react-autosuggest is unfortunately [no longer maintained](https://github.com/moroshko/react-autosuggest#project-status). The native html `datalist` element gives the same basic functionality with less code and zero dependencies.

![image](https://user-images.githubusercontent.com/48469343/121124256-3d7e0d80-c842-11eb-86e2-76927b9fa527.png) Can you check this once the value is empty and you writing map on it isn't it going to error on first run itself

How to switch the cursor among multiple tags Insert or delete by keyboard

I have implemented this tags input but when using it on chrome mobile it does not create tags on space. You have to blur the input to create the tag...

Example: ![image](https://user-images.githubusercontent.com/25280541/85360759-b142df80-b537-11ea-8716-2089eac5d685.png)

I searched but couldn't find a solution. I don't want a width that's pre-defined. How do I change the width as the user types without hiding the text.