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
{{ message }}
This repository was archived by the owner on Mar 11, 2022. It is now read-only.
Say we have a field like:
In our application, we have two locales.
If I try to submit the form without entering a value for either locale, I get a validation error stating that the field is required.
However, if I enter a value for only one of the two locales, the submission goes through.
How can we require that all a value is present for all locales?