Form mode preset options.

Hierarchy

  • Options

Properties

Properties

byForm?: FormScope

Whether form field mode should be derived from form element's one.

true by default. false to disable.

byValidity?: ScopedFormConfig<undefined | {
    ignore?: string | string[];
    invalid?: Value;
}>

Whether to build a form mode by its validity options.

false to disable.

Generated using TypeDoc