signalpoint / DrupalGap

An application development kit for Drupal websites.
https://www.drupalgap.org
GNU General Public License v2.0
232 stars 185 forks source link

Handling the Enter Key would not work with custom button classes #1027

Open ntym4ek opened 5 years ago

ntym4ek commented 5 years ago

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.