You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 5831It overwrites "dg_form_submit_button" utility class with custom class attribute.
The text was updated successfully, but these errors were encountered: