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

With form error messages, use modal windows and bootstrap item lists if available #994

Closed signalpoint closed 6 years ago

signalpoint commented 6 years ago

Right now the boring JavaScript alert window is used when there are form validation errors, this looks terrible. Now that we have dg_modal and dg_bootstrap, let's sneak in native support for those into the SDK since they'll be very needed.