react-selectize
react-selectize copied to clipboard
Using: ``` "react": "^15.0.2", "react-addons-css-transition-group": "^15.2.1", "react-addons-shallow-compare": "^15.2.1", "react-dom": "^15.0.2", "react-selectize": "^2.0.3" ``` Code: `` Full Error: ``` Uncaught (in promise) Error: getNodeFromInstance: Invalid argument. at invariant (D:\SistarJsDesktopTemp\node_modules\fbjs\lib\invariant.js:38:15) at Object.getNodeFromInstance...
When I have an options list of over 10000 items for a SimpleSelect or MultiSelect, it will be slow when rendering them on first load. Is there a plan to...
Instead of having multiple `` elements for each selected option, react-selectize has one element with values delimited by a `,`.
There is a .d.ts file in branch develop but it' not merged in master yet. Is there anything missing?
I'm trying to help our testing team with some the automated testing scripts they are writing for our application. So far we have figured out how to click on an...
To better support mobile UX I would like to have the option change the type of the ResizableInput (In my case to 'tel', This way mobile devices will open a...
Hi, is it possible to implement floating label support for material theme? something similar to what is implemented in http://www.material-ui.com/#/components/select-field I'm using that material-ui React library but planning to replace...
Hey, I have a big issue. I cannot open Multiselect on iOS. I know that your demo works, but in my project it doesn't. Is there a way to debug...
thank!
I have to include the CDN index.min.js and index.min.css to the headto get it works . they are already in installed npm module. maybe its because im using Meteor and...