-
Notifications
You must be signed in to change notification settings - Fork 832
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
Allow for option to pass "initialFocusedDate" to DatePicker #450
Labels
enhancement
New feature or request
Comments
@mcMickJuice would you like to work on this and (or) #445 issues and open a PR? |
most definitely 😄 |
Can I try to do this? Yesterday I did a similar functionality using the calendar. |
@millnitzluan of course feel free to open a PR |
Merged
This was referenced Jun 11, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Steps to reproduce
Expected behavior
I would like the ability to provide an "initial focused date" that would be highlighted when I open the picker and I don't have a selected value. If a value is provided, this prop is ignored.
Actual behavior
No ability to specify an initial focused date
Live example
https://codesandbox.io/s/q7jxvqqqq9 - this code example uses an older version, which is where we first noticed the need for this prop (before we upgraded to rc9). This feature is somewhat blocked by #445
The text was updated successfully, but these errors were encountered: