- Quick fix
- Makes the
listprop reactive - Adds unit tests for
react-dropd - Integrates
react-dropd,vue-dropdand the stylesheet - Prevent
closeOnBlurwhendropdis focused viatabif the property is set tofalse
- Fixes several browser inconsistencies
- Fixes all issues with
TouchEvent
- Fixes bug where
focusis not taken from other elements todropd-toggle
- Fixes inconsistencies with
TouchEventandcloseOnBlurFn
- Fixes a bug where all events
are prevented via
closeOnBlurFn.stopImmediatePropagation()andpreventDefault()are irrelevant there.
- Added support for touch devices.
- Fixed toggle button color.
- Initial release