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
I have a form with two components, one of type day, with day, month and year required, and one of type textfield, required. Both have a custom error message.
Both while typing and on submission, errors are not shown for the day component. I tried calling the submit function and I noticed the error is actually thrown. It seems like the library is not adding the correct class to the element in order for the error to be shown.
I've created a ticket for our development team to review. If you would like to submit a pull request we would review it as a potential fix.
Ticket for internal tracking: FIO-8867
After review, we don't expect to resource a developer to investigate this in the near future but would be happy to review any contributions to resolve this behavior.
I have a form with two components, one of type day, with day, month and year required, and one of type textfield, required. Both have a custom error message.
Both while typing and on submission, errors are not shown for the day component. I tried calling the
submit
function and I noticed the error is actually thrown. It seems like the library is not adding the correct class to the element in order for the error to be shown.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Errors on day component should be shown both while typing and on submit
Screenshots
Without workaround:
With workaround:
Desktop (please complete the following information):
Additional context
The version of the libs in the repro are the exact ones I use in my project
The text was updated successfully, but these errors were encountered: