You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When displaying a form that contains a required date field for user input, the date field displays a validation message "Field is required.", whereas the other fields do not.
Steps to Reproduce
1 - Create a form with two fields: one of type text and the other of type date, both required.
2 - Display the form for user input.
Expected Behavior
Both fields should show no validation message upon the initial display of the form.
Describe the Bug
When displaying a form that contains a required date field for user input, the date field displays a validation message "Field is required.", whereas the other fields do not.
Steps to Reproduce
1 - Create a form with two fields: one of type text and the other of type date, both required.
2 - Display the form for user input.
Expected Behavior
Both fields should show no validation message upon the initial display of the form.
Environment
The text was updated successfully, but these errors were encountered: