ab-datepicker icon indicating copy to clipboard operation
ab-datepicker copied to clipboard

Form can't be submitted using 'enter' key

Open luked3v3l0p3r opened this issue 4 years ago • 1 comments

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>',

luked3v3l0p3r avatar Jun 22 '20 12:06 luked3v3l0p3r

Was facing similar issue. is there any fix for this?

hardythaker avatar Oct 07 '21 18:10 hardythaker