Critical Bugs
- Dropdown - Fix search input inside dropdown menu causing dropdown to close before selection when selecting an item #5113
- Dropdown - (IE11 Only) Fixed issue where dropdown re-opens immediately after closing when using a
search
inside menu. #4237
Bugs
- Button - Fixes
@basicActiveBoxShadow
being used incorrectly in basic button variables - Visibility - Visibility events now fire correctly when using
context
other than body that hasoverflow-x
oroverflow-y
set toauto
orscroll
- Dropdown - Fixes an issue where dropdown would not correctly open
upward
at bottom edge of the screen when using acontext
withoverflow-x
oroverflow-y
set toauto
- Modal -
onDeny
andonApprove
callbacks can no longer occur multiple times if you rapidly click a approve/deny button in a. #4479
Enhancements
-Form - Credit card validation now no longer fails validation with dashed credit card values #5122 Thanks @neokio
Bugs
- Visibility - Fixed bug where using visibility with
context
setting on a scrollable context (with overflow) would cause callbacks to fire incorrectly - Visibility - Fixed bug where
top passed
andbottom passed
would appear as incorrect values if using settings fromget element calculations
when element is off screen.