Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile datepicker gets rendered twice when using Nextjs 13 #213

Open
DaLukasDev opened this issue May 26, 2023 · 2 comments
Open

Mobile datepicker gets rendered twice when using Nextjs 13 #213

DaLukasDev opened this issue May 26, 2023 · 2 comments

Comments

@DaLukasDev
Copy link

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.

@w0ofy
Copy link

w0ofy commented Jun 10, 2023

👋 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.

@PegeDev
Copy link

PegeDev commented Jun 26, 2023

is there any way to overcome this problem?, I am also using nextjs 13, and this problem is experienced by me as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants