DatePicker require not working properly #3614
Replies: 3 comments
-
|
This issue persists for me too - if I'm not mistaken, it's because the |
Beta Was this translation helpful? Give feedback.
-
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.
-
|
If this is actual, here is my solve. It works perfectly I want |
Beta Was this translation helpful? Give feedback.
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