DrupalGap
DrupalGap copied to clipboard
Handling the Enter Key would not work with custom button classes
If you add custom classes to submit button, "Handling the Enter Key" feature would not work.
The cause is $.extend(true, variables, item); at drupalgap.js line 5831
It overwrites "dg_form_submit_button" utility class with custom class attribute.