Skip to content

Form.onShouldTriggerValidation

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions
API / Form<TValidationError> / onShouldTriggerValidation method

Invoked when the current instance's properties change, this is a plugin method to help reduce validations when changes do not have an effect on validation.

protected onShouldTriggerValidation(
  changedProperties: readonly (keyof Form<TValidationError>)[]
): boolean

Source reference: src/forms/Form.ts:877.

Parameters

Returns: boolean

Clone this wiki locally