Replies: 1 comment 3 replies
-
Did you find a workaround? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using customInput to render a custom input field that opens the date picker. When my focus is another input field in the form I need to click the datepicker input twice to open the date picker. I also noticed that every time I focus another input field in the form the datepicker input re-renders.
Here is my code for the customInput:
Beta Was this translation helpful? Give feedback.
All reactions