Feature parity with HTML5 client-side form validation
In e.g. https://www.ubuntu.com/engage/iot-business-model, there is no client-side validation for the "Phone number" (type="tel") field.
We've turned off HTML5 validation with novalidate="novalidate", but then we don't implement our own validation for the "phone number" type="tel" field.
We should at least have feature parity with HTML5 validation for known filetypes. In this day and age, wouldn't it be possible to re-enable HTML5 validation and style it as we need? Or if not, we should implement feature parity.
@anthonydillon is this something we can add to small tasks?
@anasereijo yea sure but would say we might have enough the iteration.
this was fixed with g-recaptcha work
This issue still exists at https://www.ubuntu.com/engage/iot-business-model
We have replaced telephone form fields with a module now.