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.
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.