react-select-virtualized
Advanced tools
Comparing version 0.0.22 to 0.0.23
{ | ||
"name": "react-select-virtualized", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "react-select v2 + react-virtualized + react hooks", | ||
@@ -5,0 +5,0 @@ "author": "guiyep", |
@@ -72,11 +72,11 @@ # react-select-virtualized | ||
| Props | Type | Default | Description | | ||
| -------------------------------------------- | --------------------------------------------------- | ------- | ---------------------------------------------------------------------------------------- | | ||
| grouped | boolean | false | specify if options are grouped | | ||
| formatGroupHeaderLabel | function({ label, options}) => component | | will render a custom component in the grouped select label and header (only for grouped) | | ||
| formatOptionLabel (coming from react-select) | function({ label, lang }, { context }) => component | | will render a custom component in the label (not for grouped) | | ||
| optionHeight | number | 31 | height of each option | | ||
| groupHeaderHeight | number | | header row height in the popover list | | ||
| maxHeight (coming from react-select) | number | auto | header row height in the popover list | | ||
| maxWidth (coming from react-select) | number | 500 | header row height in the popover list | | ||
| Props | Type | Default | Description | | ||
| -------------------------------------------- | --------------------------------------------------- | ------- | ----------------------------------------------------------------------------- | | ||
| grouped | boolean | false | specify if options are grouped | | ||
| formatGroupHeaderLabel | function({ label, options}) => component | | will render a custom component in the popup grouped header (only for grouped) | | ||
| formatOptionLabel (coming from react-select) | function({ label, lang }, { context }) => component | | will render a custom component in the label | | ||
| optionHeight | number | 31 | height of each option | | ||
| groupHeaderHeight | number | | header row height in the popover list | | ||
| maxHeight (coming from react-select) | number | auto | max height popover list | | ||
| maxWidth (coming from react-select) | number | 500 | max width in the popover list | | ||
@@ -83,0 +83,0 @@ ## What we do support and don't from react-select |
48807