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

Results 102 react-selectize issues
Sort by recently updated
recently updated
newest added

This project depends on react-addons-css-transition-group. However, that package is now deprecated; the suggested replacement is [react-transition-group](https://www.npmjs.com/package/react-transition-group). This package should be ported.

onValuesChange should be immediatley updated as onValueChange...

As of React 15.5 React.createClass is [deprecated](https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html) and is due to be removed in React 16.0 Unfortunately it seems react-selectize is not using babel so porting the code to use...

After typing some text in the input, I have to double tap on the option to dispatch the onMouseDown event on the dropdown options. First tap trigger the mouseOver, second...

Is there any way to customize the selected "tag" value in the multi-select mode so I could just click on it's 'x' small icon to remove it from the selected...

Similar issue to #36. When the prop tethered is true using version 2.0.1 it's not possible to drag the scrollbar or click the scrollbar arrows to scroll in IE11. Instead...

TLDR: Is there are recommended way to set a max-height of the control that doesn't have issues with focus handling? I have multi-selects which can contain a large number values....

Thanks for this plugin! Currently, if `createFromSearch` is enabled and a new option is being entered by the user, the string _Add {label}..._ is displayed. This string is hard-coded and...

May it's something simple. but I can't figure out what's going on :) I tried to install `react-selectize` with yarn, but got errors: ``` warning Unmet peer dependency "react-addons-css-transition-group@^0.14.0 ||...