Possible to Store Incorrect Date? HxInputDate #830
Unanswered
StarGazer202424
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am trying to use : https://havit.blazor.eu/components/HxInputDate#HxInputDate
I do have a requirement if a user does say put in an invalid such as Feburary 30th, 2024 that I actually don't want to wipe the input. It's okay to possibly flag it as an invalid input validation, but I need to respect the input and keep it as is even if it is not a date or an non-existent date.
I seem like I can only use a Date Time what is probably causing the problem as it can't convert to it. I don't see another like property that would be like of a "string" that could hold it as a secondary value.
Beta Was this translation helpful? Give feedback.
All reactions