DatePicker require not working properly #3614
aldhahouri
started this conversation in
General
Replies: 2 comments
-
This issue persists for me too - if I'm not mistaken, it's because the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Before form submission, check if the date is selected and prevent submission if it's empty. Example in React:
If the popover is causing the issue, try placing the DatePicker directly in the form.
Ensure the DatePicker value is properly linked to the state and checked before submission. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've designed a form in my app to manage tasks, including a feature that allows users to specify a start time. This is facilitated through a date picker component. However, despite setting the 'IsRequired' attribute for the date picker, the form does not enforce this requirement, allowing users to proceed without selecting a date.
Beta Was this translation helpful? Give feedback.
All reactions