Google chrome not submitting form (js errors?)

I cannot get Google Chrome to submit my form. This is getting pretty funny. It finishes focusing a random form field (but it is the same every time).

No problem with FF or IE ...

Two of the errors Chrome gives me in the developer tools:

An invalid form control with name='state' is not focusable.
An invalid form control with name='unitName' is not focusable.

BUT, this is not even one field on which chrome decides to focus. Am I at a loss, did anyone have that feeling?

+3
source share
3 answers

, "", javascript. Chrome " ", , name= "" .

+5

I had a similar problem and for me the fix added type="button"to the tag <button>.

+1
source

All Articles