You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@troos18 Thanks for the bug report. The issue is also quite visible on our date time page in the playground. As we normally rely on developers to deal with theme specific issues, would you be willing to provide a fix for us?
Hi @heath-freenome, can we have a helping hand on this please?
We've managed to display the popup of the date picker by adding a call to <DatePicker /> from Antd under <DemoFrame /> in react-jsonschema-form/packages/playground/src/components/Playground.tsx. Note that I talk about the popup of the widget.
The popup does not appearwhen the field is focused but does when the user clicks outside of it after. It stays displayed until field is focused again.
Prerequisites
What theme are you using?
antd
Version
5.20.1
Current Behavior
In my App, I have an issue when trying to edit a date picker field using antd.
Got this log:
Expected Behavior
I should be able to edit the field.
Steps To Reproduce
Using your playground with theme=antd
JSON Schema:
Try to edit the field, nothing happen.
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: