Hi,
Using the latest version of OutSystemsUI, i noticed that when your date input field is invalid, the validation message is showed below, but the red border on the input field is not shown.
When using inspect element, i notice a hidden input field that has the css class not-valid to show the red border, but it is not the element on screen.
Can this be fixed?
Hello @Bas de Jong
I was able to confirm this is a product issue. I added it to our backlog under code ROU-3821 and we'll try to include it on the next release.Thanks for the feedback and all the precious context.
Cheers,GM
First of all thanks for reaching out.Your use case is having a Date Picker on a Form that when submitted is invalid, correct?Just to make sure I'll test under the same circumstances.Once I have some time to replicate this I'll reach out.
Correct! When setting the .valid property of the input field and performing the validation check on submitting.
@Gonçalo Martins Some extra info:
Behind the button:
HTML:
Red is where the border is applied (hidden input)
Green is the input actually visible on screen.