Releases: onefinestay/react-choice
Releases · onefinestay/react-choice
v0.4.3
Development improvements #30
v0.4.2
Fixed a bug in windows where clicking on the scrollbar would close the options dropdown.
Also added eslint config.
v0.4.1
Add touch events when selecting an option
v0.4.0
Allow passing the icon component as a property
v0.3.2
Ensure that the component is mounted before trying to access its refs
v0.3.1
- Expose
TextHighlight
component
- Added custom renderer example
- Switched to webpack to build example js code
v0.3.0
Added a new API to be more semantic.
v0.2.1
When changing the value property changes update the component to reflect it
v0.2.0
- Allow duplicate selection in multiple select
- Added
onDelete
callback when removing a value from the multiple select
- Removed sourcemaps from the generated css files
- Fixed missing
handleClick
handler