OlliL / moneyjinn-client

BSD 2-Clause "Simplified" License
2 stars 0 forks source link

form field order (TAB) with date input fields #40

Closed OlliL closed 1 year ago

OlliL commented 1 year ago

Bookingdate and Invoicedate have a strange tab-order. When focusing those fields and pressing tab to navigate to the next field the navigation restarts again at the first item of the page. Navigating backwards (SHIFT+TAB) works though. Something must be special with those date fields.

It is the same in all other pages with the date fields there.

OlliL commented 1 year ago

Waiting on https://github.com/mymth/vanillajs-datepicker/issues/156