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
I'm using this datepicker in a NextJS 13 app. It works fine for desktop but on mobile for some reason the input gets rendered twice after picking a date.
👋 This happened for me too...
while migrating to app router w/ nextjs v13.4.4. I'm using the altFormat and altInput options...
and it looks like the type="hidden" html attribute isn't getting passed to the altInput DOM element while using wrap: true.
I will do some more digging but posting a very superficial finding here, in case this helps anyone at all.
Hi,
I'm using this datepicker in a NextJS 13 app. It works fine for desktop but on mobile for some reason the input gets rendered twice after picking a date.
I do also observe the issue described in #130 .
Any ideas why?
Kind regards.
The text was updated successfully, but these errors were encountered: