Hi Team
I’ve noticed that when using RadzenDatePicker in a form with validators (e.g., RadzenRequiredValidator), manually typed dates are not committed to the model until the field loses focus. This causes validation to fail if a user types a date and immediately submits the form without leaving the field.
Currently, the recommended workarounds are:
-
Using a custom wrapper with a
TryCommit()method to parse manual input. -
Handling input via JavaScript to update the model in real-time.
However, these approaches require additional code and are not ideal for large projects.
I would like to request a built-in property or behavior in RadzenDatePicker to commit manual input immediately on submit or on input, so that validators can reliably work without extra code.
Thank you for considering this enhancement — it would greatly improve usability and reduce boilerplate code for forms using RadzenDatePicker.