Skip to content

Bug fix for button

Latest

Choose a tag to compare

@mukeshsoni mukeshsoni released this 06 Oct 04:00
· 104 commits to master since this release

Changing the dropdown trigger to a button from a div almost meant that it hijacked the default behavior for a form on pressing 'Enter' key. Adding type=button to the button fixed that problem.