Forum

Thread tagged as: Question

Datepicker not working in IE

hi,

<perch:input type="date" required="true" id="date"/>

this is my code

it's working fine in chrome & Firefox but In IE it's not working

Damian McCracken

Damian McCracken 0 points

  • 6 years ago
Rachel Andrew

Rachel Andrew 394 points
Perch Support

That's because the HTML5 date field is not supported by IE. You would need to polyfill it using JavaScript.