HTML5 Date Input Type Interfering with jQuery Datepicker

前端 未结 4 1480
孤街浪徒
孤街浪徒 2020-12-08 22:14

I am using the jQuery UI\'s datepicker for date selections on my site. One of my users just upgraded to the newest version of Chrome, which has built-in native date picker f

4条回答
  •  無奈伤痛
    2020-12-08 22:41

    Add novalidate attribute to your form to remove browser's build-in validation.

    See this link for more info.

提交回复
热议问题