Skip to content

Tags: bvaughn/react-virtualized-select

Tags

3.1.3

Toggle 3.1.3's commit message
* Added `cursor: pointer` style by defalut to select options.

3.1.2

Toggle 3.1.2's commit message
Added cursor: pointer style by defalut to select options.

3.1.1

Toggle 3.1.1's commit message
Added missing 'valueKey' to custom option renderer params.

3.0.1

Toggle 3.0.1's commit message
Integrated with react-virtualized 9.x.

Also fixes a module.exports issue.
Same API as 2.x release.

2.4.1

Toggle 2.4.1's commit message
🎉 UMD build fixed to properly set window.VirtualizedSelect (@armed - #56

)

2.4.0

Toggle 2.4.0's commit message
* 🎉 Support option title attribute (@targumon - #46)

2.3.0

Toggle 2.3.0's commit message
focus method added to VirtualizedSelect (@Syynth, PR #41))

2.2.0

Toggle 2.2.0's commit message
Default option renderer highlights selected option in bold

2.1.1

Toggle 2.1.1's commit message
Added a workaround for a bug in `Creatable` (react-select 1.0.0-rc2).

Clicking on the placeholder item now successfully creates new options.
See issue #33.

2.1.0

Toggle 2.1.0's commit message
Added `listProps` prop to enable pass-through of additional, custom p…

…roperties to the underlying react-virtualized `List`.