Hello,
i've noticed a bug when a form contains date picker field. Looks like a problem is caused by missing type attribute for a button defined in variable datepickerCalendar3. Result is the form can't be submitted using 'enter' key. What is more interesting this problem can be reproduced in Chrome, however in IE11 everything works properly.
<button type="button" class="datepicker-button datepicker-close" id="datepicker-close-CALENDARID" aria-labelledby="datepicker-bn-close-label-CALENDARID">Close</button>',
Hello,
i've noticed a bug when a form contains date picker field. Looks like a problem is caused by missing type attribute for a button defined in variable datepickerCalendar3. Result is the form can't be submitted using 'enter' key. What is more interesting this problem can be reproduced in Chrome, however in IE11 everything works properly.
<button type="button" class="datepicker-button datepicker-close" id="datepicker-close-CALENDARID" aria-labelledby="datepicker-bn-close-label-CALENDARID">Close</button>',