-
https://bvaughn.github.io/react-virtualized-select/
- Dropdown menu that also allows you to type, with autocomplete!
- Has both single- and multiselect
- Is virtualized, meaning that it is optimised t…
-
https://groups.google.com/forum/#!topic/silverstripe-dev/bHE7sIK-fV8
#1. Introduction
## 1.1. Problem
When implementing React based front-end components, there is limited ability for forms declared v…
-
I was previously using v 0.1.16, and wasn't able to deselect in my multiselect dropdown, so I upgraded to 0.4.0, however now I am getting this error in my console:
Uncaught TypeError: this.refs.rssCo…
-
I followed the example JSX code from the animated dropdown.
if I pass `transitionEnter`, `transitionLeave` to true for ``, the dropdown does not display because of the height set to 0px on the dom.
w…
-
I am having a need to make some date pickers as a required field in a form, but the required attribute is not handled.
-
In Chrome, the click target for focusing the multiselect input and opening or closing the dropdown extends beyond the element boundary. I see the issue in Chrome 48.0.2564.103 m, but not in IE11 or Fi…
-
I am using `"react-selectize": "^0.5.0",` and I want the options dropdown to highlight the create search value if there is one unless the user specifies otherwise. I noticed that there is a default to…
-
Currently they are in one codebase and the code is contaminated with multiple **if** statements...
I think it's worth splitting onto two, three or more distinct components. **react-bootstrap** is, per…
-
Hi, after I use "tab to select" in the SimpleSelect / MultiSelect, i noticed one undesirable effect.
It happens when you trying to tab through a form with multiple React-Selectize controls.
When you'r…
-
Refactor manage_tables.js such we can move more code contained in other page in the common js script and easy maintenance/reusability (as mentioned in #120).
Alternatively we could consider changing …