-
Notifications
You must be signed in to change notification settings - Fork 85
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
date inputfield jumping backup to 1918 #544
Comments
You know, this particular site WASN'T updated to 2.2 (2.1) - updating solved the issue. |
It only worked first time, ugh. |
I see it too. I will see if I can fix this in the 2.2.1 release. |
This is more involved than a simple fix. Looks like a problem with the materializecss library. We are currently moving to material-ui and will be taking advantage of their controls moving forward: https://material-ui.com/demos/pickers/#complementary-projects I'll make sure this is addressed there. |
Bugger. Looking forward to Material-UI :-) |
Simple Input form:
`New-UDInput -SubmitText "Go" -Title "Select Date range" -Content {
If I Select the input fields it displays the current month. If I hit 'Go' the toast displays the values as it should.
If I then select the fields again, it places me in december 1918.
It only happens after hitting' Go'
This is on 2.2
The text was updated successfully, but these errors were encountered: