- Quick fix
- Makes the
list
prop reactive - Adds unit tests for
react-dropd
- Integrates
react-dropd
,vue-dropd
and the stylesheet - Prevent
closeOnBlur
whendropd
is focused viatab
if the property is set tofalse
- Fixes several browser inconsistencies
- Fixes all issues with
TouchEvent
- Fixes bug where
focus
is not taken from other elements todropd-toggle
- Fixes inconsistencies with
TouchEvent
andcloseOnBlurFn
- 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