antoniop
committed
on 02 Mar 22
Expose behavior:

extend date formfield test to include also a date in a specific format from downstream, set to disabled. Set the day of th… Show more
Expose behavior:

extend date formfield test to include also a date in a specific format from downstream, set to disabled. Set the day of the month as a number < 10. Show that in this case the validation will complain about an invalid value. This because the field is represented as " 1" rather than the expected "1"

Show less