Read Form State
The $form
variable of the RCREForm component is the state of the current entire form.
You can use the $form.valid
variable to get the overall validation status of the current form. When all the RCREFormItem components in the form have been validated, $form.valid
will become true.