“Invalid form control” only in Google Chrome

前端 未结 13 1667
感情败类
感情败类 2020-11-29 03:32

The code below works well in Safari but in Chrome and Firefox the form will not submit. Chrome console logs the error An invalid form control with name=\'\' is not fo

13条回答
  •  一整个雨季
    2020-11-29 04:07

    I got this error message when I entered a number (999999) that was out of the range I'd set for the form.

    
    

提交回复
热议问题