Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Fixed issue with buttons not being clickable

Compare
Choose a tag to compare
@TrevorHinesley TrevorHinesley released this 14 Apr 01:43
· 45 commits to master since this release

On blur, the form either cancels or submits depending on the submit_on_blur option. The problem was that it wasn't recognizing the submit and/or cancel buttons on blur, so it would just cancel/submit the form no matter where on the page the user clicked (even if it was the submit or cancel button that's in the abracadabra form). Resolved!