“Invalid form control” only in Google Chrome

前端 未结 13 1531
感情败类
感情败类 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:34

    this error get if add decimal format. i just add

    step="0.1"
    
    0 讨论(0)
提交回复
热议问题