react-tags
react-tags copied to clipboard
⚛️ Legacy repo for the fantastically simple tagging component for your React projects (legacy repo)
Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
I noticed every single time there is a blur event even if nothing is changed All componentes are rendered again to avoid it you can use React.memo. It will memoize...
Thanks a lot for this package! Please are you able to add support for React 18?
Made first item auto selected up on context menu suggestion. Also removed condition to avoid lost focus on TAB key when minQueryLength=0
#259 modify onAddition to pass full tag to allow use of additional tag props in custom tagComponent
This is based on the changes in PR #228
Hi Guys, we hopefully added a small improvement to the widget logic to let user being more productive by using the keyboard. Only when `allowNew` is `false`, we automatically select...
#121 Fix for issue linked, where clicking scroll bars in the suggestion dropdown would close the dropdown
Changes to ensure we support Google Chrome on Android, due to limitations around the soft keyboards and `KeyboardEvent.key` in `onKeydown()`. Also changes here provide support for the pasting too, without...
## Current behaviour When the placeholder does not fit on first line, it is placed on another one. But when one starts typing, the input will shrink, which might make...