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
Add novalidate attribute to your form to remove browser's build-in validation.
novalidate
See this link for more info.