OptionalcontrolsMoreAttachValidator?: Control | Control[]Additional control or array of controls to attach the validation function to the focus out event
Immediately attach the validation function to the focus out event of the control to be validated, or
Attach the validator function to the focus out event of the control to be validated when validate is executed, or
Whether the validation target is considered as one group
Optional argument types for the registerValidator, registerRequiredValidator methods