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 Jan 19, 2021. It is now read-only.
The required validator is misleading because it only checks if the value is not null or undefined. Really, the way to say a field is "required" is to put it in the "required" part of a fields validator.
The
requiredvalidator is misleading because it only checks if the value is not null or undefined. Really, the way to say a field is "required" is to put it in the "required" part of afieldsvalidator.