Skip to content

ReadOnlyFormCollection.withoutItemSetup

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions

Removes the provided setupCallback and no longer applies it to form sections that are added, all existing form sections are reset and re-configured using the remaining setup callbacks.

public withoutItemSetup(
  setupCallback: FormSetupCallback<TForm, TValidationError>
): this

Source reference: src/forms/ReadOnlyFormCollection.ts:126.

Parameters

  • setupCallback: FormSetupCallback<TForm, TValidationError>
    The callback performing the setup.

Returns: this

Clone this wiki locally