I can’t get Google Chrome to submit my form. It’s getting pretty ridiculous. It ends up focusing a random form field (but it’s the same one every time) instead.
No issues with FF or IE…
Two of the errors Chrome gives me in developer tools are:
An invalid form control with name='state' is not focusable.
An invalid form control with name='unitName' is not focusable.
BUT, these aren’t even the one field that chrome is deciding to focus on. I’m at a loss, any one had any experience like this??
Without seeing the HTML, here’s what a little Google’ing turned up:
The root of the problem appears to be assigning a
maxlengthattribute to a form field that is automatically populated by the browser, with a value that is longer than the maxlength limit.