There is input with date type. By default, the calendar is expanded when you click on the button. Is it possible to open it, when clicking on the whole input ? Here is the code:
<input name="passport_date" class="input" required="required" type="date" value="">
type="date"does not work normally as in chrome, better stay onjquery ui, at least with dates - MrFylypenko