peer / mind

Decide together.
http://peermind.org
Other
58 stars 12 forks source link

Process error messages in forms better #129

Open mitar opened 8 years ago

mitar commented 8 years ago

Error messages from methods are currently just alerted. We should display them along the form. We should make them consistent. We should check that all validations handled by browsers work well. Make sure "required" works with all form input types as well by the browser, or through our form validation if it cannot work through browser.

Some display error that it was not possible to focus the problematic field. The reason is that Materialize CSS hides the real form and then renders a more visual replacement instead. But then browser cannot focus hidden form element.

mitar commented 8 years ago

We should probably log them as well, when they are not expected.

mitar commented 8 years ago

Related: #149