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

I am creating a feature that everytime the user will put a character it will search from database and the results will be displayed in the option. Seems createFromSearch is...

I do not want to remove selected value with the backspace key, Please help me on this.

is there a way to disable auto complete in chrome? couldn't find it in the api references

I've got this warning. I'm currently using cssnano with the postcss loader. ``` WARNING in ./~/css-loader?sourceMap&-minimize&modules&importLoaders=1&localIdentName=[name]__[local]___[hash:base64:5]!./~/postcss-loader!./~/sass-loader?sourceMap!./src/styles/core.scss autoprefixer: /my/project/path/node_modules/react-selectize/themes/index.css:17:2: You should write display: flex by final spec instead of display: box...

The `dropdownDirection` prop only sets the dropdown menu to be "flipped" (i.e. opening upwards) if the prop is updated after the initial mount. This is because the css style that...

``` nvm use 8 // Now using node v8.2.1 (npm v5.3.0) npm install npm start ``` This is the result: ``` [15:28:19] Requiring external module livescript [15:28:19] Using gulpfile ~/git/react-selectize/gulpfile.ls...

Generifies `OptionValue` and associated types to ensure we know what the type of the Option Value is rather than having it be `any`.

how should i implement a select all with the multiselect component? And are you planning on adding individual remove buttons on each selected item?

enhancement

Straightforward, but still very needed. @furqanZafar

In our project we use dropdowns in varous places, and I would like to use exclusively react-selectize everywhere. But in some places we don't need the search ability of react-selectize....