react-select-virtualized
Advanced tools
Comparing version 1.1.3 to 1.2.0
{ | ||
"name": "react-select-virtualized", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"description": "react-select v2 + react-virtualized + react hooks", | ||
@@ -5,0 +5,0 @@ "author": "guiyep", |
@@ -67,3 +67,6 @@ # react-select-virtualized | ||
- [ ] add support to AsyncSelect with group. | ||
- [X] add support to AsyncSelect with group. | ||
-- v 1.2.0 -- | ||
- [ ] add multi value support. | ||
@@ -160,6 +163,8 @@ - [ ] add support to create element props. | ||
## Usage Async Loading!!!! (no group yet) | ||
## Usage Async Loading!!!! also with group :) | ||
check storybook for more examples | ||
CLARIFICATION: filtering happens in the server. | ||
```jsx | ||
@@ -182,2 +187,4 @@ | ||
const Example3 = () => <Async defaultOptions={options} {..ANY_REACT_ASYNC_SELECT_V2_PROP} loadOptions={loadOptions}/> | ||
const Example4 = () => <Async defaultOptions={opsGroup} {..ANY_REACT_ASYNC_SELECT_V2_PROP} loadOptions={loadOptions} grouped/> | ||
``` | ||
@@ -184,0 +191,0 @@ |
171606
196