-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Auto-focusing startDate #138
Comments
Right now i'm dealing with it by supressing that first onFocusChange(START_DATE) thing manually. |
That's really bizarre and might be related to #120. Can you share your set-up? |
@architektor I'm facing the same issue. Could you please share your code for this. |
@l3wi sure
|
Hi @architektor, can you check if v4.1.1 fixed this issue? The relevant PR is here - #212 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know why this is happening, but
startDate
input always gets autofocused when i mountDateRangePicker
. This is really annoying, i seeonFocusChange(START_DATE)
firing when i open dialog box containingDateRangePicker
. DefaultfocusedInput
value is guaranteednull
.The text was updated successfully, but these errors were encountered: