You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
1.6.6
What browser are you using?
Chrome
Describe your issue
In 1.6.5 and below, if you had a datetime field, like below in a modal
<input type="datetime-local" />
Then when you clicked in and pressed tab, it would tab between the different parts of the date as expected. Since 1.6.6, pressing tab skips to the next field.
I suspect it is something to do with the changes in #1440 to resolve #467
The text was updated successfully, but these errors were encountered:
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
1.6.6
What browser are you using?
Chrome
Describe your issue
In 1.6.5 and below, if you had a datetime field, like below in a modal
Then when you clicked in and pressed tab, it would tab between the different parts of the date as expected. Since 1.6.6, pressing tab skips to the next field.
I suspect it is something to do with the changes in #1440 to resolve #467
The text was updated successfully, but these errors were encountered: