-
Notifications
You must be signed in to change notification settings - Fork 391
React Material Date control breaks once "Clear" is pressed #2278
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
Milestone
Comments
|
@lukasf quick question: When I run the How does it look like for you? |
LukasBoll
added a commit
to LukasBoll/jsonforms
that referenced
this issue
Mar 12, 2024
LukasBoll
added a commit
to LukasBoll/jsonforms
that referenced
this issue
Mar 12, 2024
sdirix
pushed a commit
that referenced
this issue
Mar 18, 2024
Keep track of the open state manually in React Material date pickers. This avoids resetting the open state when changing the picker "key". fixes #2278
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Once you clear out the value of a date control, the control becomes completely unusable. The date picker does not come up at all.
Expected behavior
When clicking into the date control after its value was cleared, the date picker should come up.
Steps to reproduce the issue
Screenshots
No response
Which Version of JSON Forms are you using?
v3.2.0
Framework
React
RendererSet
Material
Additional context
This did not occur in 3.1.0.
The text was updated successfully, but these errors were encountered: