Furqan Zafar
Furqan Zafar
maybe in release 1.0, using this: https://bvaughn.github.io/react-virtualized/
Nope, I didn't get time to work on this, I am writing a Babel / ES6 version of react-selectize but not getting much free time to complete it still
you can do that by implementing the renderValue / renderOption props, see here (http://furqanzafar.github.io/react-selectize/#/?category=multi&example=custom-filtering-and-rendering)
@twig tagging & item creation is supported http://furqanzafar.github.io/react-selectize/#/?category=multi&example=tags
react-selectize is a controlled component, so if you need to block the search capability all you need to do is set the `search` prop to an empty string: ``` javascript...
yes this mode is not supported at the moment via a prop, but as a workaround you can hide the blinking cursor using css something like `display: none` for the...
Try version 3.0.0 it's react 16 compatible thanks @elisherer
i added it as a peer dep
I published a new version 3.0.1, to lock react-transition-group peer dependency to version 1.1.2 for now (the latest version has many breaking changes), your package.json must look like this ```...
It can be done by keeping the placeholder element in the DOM, even if the search field is updated, this would require changes to `ReactSelectize.ls` i.e. a way to customise...