IConfigurableFormCollection.withoutItemSetup - Andrei15193/react-model-view-viewmodel GitHub Wiki

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.

withoutItemSetup(
  setupCallback: FormSetupCallback<TSection, TValidationError>
): this

Source reference: src/forms/IConfigurableFormCollection.ts:31.

Parameters

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

Returns: this

⚠️ **GitHub.com Fallback** ⚠️