react-selectize
react-selectize copied to clipboard
Hi, Are there any intentions on supporting aria-labels attributes on the UI components (specifically on the SimpleSelect component)? Thanks.
This happens in a SimpleSelect with almost 3000 options, that when I click on the scrollbar SimpleSelect automatically closes itself. So far its only on this dropdown in the bootstrap...
Escape key is clearing values out of MultiSelect. It makes sense that the first hit of the escape key will close the dropdown. But if you hit escape again, it's...
**1.** Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead. **2.** Warning: componentWillReceiveProps has been renamed, and is...
Issue #186 - Replaces document.activeElement (_always body in IE11_) with using `querySelector` detection of whether the base element is in a `:hover` state.
this package is going outdated
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** Create a SimpleSelect component with **tether** option. Try to chose any item option...
Below is my user array. [{name:'joe',id:1, email:'[email protected]'}, {name:'zoya',id:2, email:'[email protected]'}, {name:'kim',id:3, email:'[email protected]'}, {name:'mark',id:4, email:'[email protected]'}] I am using the name and id field as label and value respectively in my multi-select option...
When I am using MultiSelect then I am getting this error, How can we solve this?