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

⚛️ Legacy repo for the fantastically simple tagging component for your React projects (legacy repo)

Results 27 react-tags issues
Sort by recently updated
recently updated
newest added

## Describe the solution you'd like Currently, the suggestions element is opened on focus and stays so until the user clicks on another element (focus is lost). I'd like to...

Is this currently possible? I think it would help in terms of UX. Type, enter, type, enter. Rather than type, down, enter, type, down, enter.

question

If I am using react tags inside a table, the placeholder is always truncated, as its width is auto-calculated to `0`: ![image](https://user-images.githubusercontent.com/3984535/71443975-7853ba80-270e-11ea-87f6-2dfbd74ffdf4.png) Only if I place the cursor inside the...

bug
unconfirmed

Certain scenarios are not covered by code coverage. The one that jumps out as needing covering is `ReactTags.componentWillReceiveProps()`, though there are surely others that can be worked on. As a...

enhancement
help wanted

As the code analyses letters as they get typed, it fails to detect that it should slice up a string into tags when someone pastes in a string. For example,...

Added React.memo to Input, Suggestions and Tag components

Bumps [ws](https://github.com/websockets/ws) from 8.8.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...

dependencies