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
In #24303, we allowed form to be used without the validator component. But, there is a small problem with the logic: the validation system is set to enabled, even if it is not present. If you install form but NOT validator, you see the error:
Validation support cannot be enabled as the Validator component
Assuming the form system really is usable without validation, this should be an easy merge.
The text was updated successfully, but these errors were encountered:
In #24303, we allowed
form
to be used without the validator component. But, there is a small problem with the logic: the validation system is set to enabled, even if it is not present. If you install form but NOT validator, you see the error:Assuming the form system really is usable without validation, this should be an easy merge.
The text was updated successfully, but these errors were encountered: