I have created a date input form, but when I enter text, the input value does not change properly. Looks like this is an error from retool.
Please give me a solution for validation in this case.
Thanks.
I have created a date input form, but when I enter text, the input value does not change properly. Looks like this is an error from retool.
Hi @nhanhv, if I'm understanding correctly, you would like to let the user know they can't add that "a" at the end, right?
@Paulo Yes, I want to validate when entering a value that is not a date.
Thank you for clarifying!
We just created a bug report for this, we'll keep you posted with any updates from our devs.
I have a date textbox with name date_start.
When I enter the value invalid "2024/02/262" in the date_start, but the "value" property was "2024-02-26" and the "formattedValue" property was "2024/02/26".
The problem is that the date_start properties do not show the value "2024/02/262" in list of properties of it. As a result, I cannot implement a custom rule for this field. (to check value incorrect date was 121212323 or 2024/13/13)
Thank you for any support you can offer. I greatly appreciate it!
Hi @KhoaDang, we reported this issue and we'll keep you updated.