-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Custom time input needs 2 clicks to focus #4949
Custom time input needs 2 clicks to focus #4949
Comments
Hi @martijnrusschen, Please assign this issue to me. I'll work on this. |
Hey I have create a pull request, you can out the solution there. Now the input bar is getting toggled in one click @kmsomebody |
When I analyzed this issue, it's not related to the example of the custom time input we use. But also with the default time input. We can reproduce the double click time input issue mentioned using one of the following code
@martijnrusschen, can you please assign this issue to me. I fixed the issue, will raise a PR in sometime. |
Describe the bug
The time input does not focus when you click on it the first time. It needs 2 clicks to focus.
To Reproduce
Expected behavior
The time input should be focused the first time you click on it.
Desktop
Additional context
Upgraded from react-datepicker 4.17.0 to 7.2.0. It was working fine before.
The text was updated successfully, but these errors were encountered: