Hi devs,
A feature request/addition for the Radzen DatePicker!
Our advisors type date inputs in a variety of ways, such as 11/11/2022, or the one which we have issues with: 11112000. Other datepickers, like the standard input or InputDate with Blazor provides, allows for inputs like 11112022, and then inputs the forward slashes in the correct place and validates the date.
Is there any way this could be implemented? Or a way we could accept the raw input ourselves and then parse it correctly?
Kind regards!