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 Oct 30, 2025. It is now read-only.
Enforcing a * on required field labels has been problematic in instances where all fields or most fields are required. In certain instances there is a need to write required instead of having a * or not when a form has a single field a required * seems unnecessary.
That's why we should let it to the user to add the required / * when needed.