react-select-virtualized
Advanced tools
Comparing version 0.0.15 to 0.0.16
{ | ||
"name": "react-select-virtualized", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "react-select v2 + react-virtualized + react hooks", | ||
@@ -5,0 +5,0 @@ "author": "guiyep", |
@@ -53,3 +53,3 @@ # react-select-virtualized | ||
- review all the TODOs. DONE | ||
- improve filtering function in fasr-react-select | ||
- improve filtering function in `fast-react-select` | ||
- review support to all the react-select props. Should all work but multi-val. | ||
@@ -100,2 +100,4 @@ | ||
const Example2 = () => <Select options={options}/> | ||
const Example3 = () => <Select options={options} {..ANY_REACT_SELECT_V2_PROP}/> | ||
``` | ||
@@ -135,2 +137,4 @@ | ||
const Example2 = () => <Select options={options} grouped/> | ||
const Example3 = () => <Select options={options} {..ANY_REACT_SELECT_V2_PROP} grouped/> | ||
``` | ||
@@ -137,0 +141,0 @@ |
37243
142