Function adjacentToForm

  • Creates a field adjacent to form.

    Type Parameters

    • TValue

      Adjacent field value type.

    • TSharer extends object = any

      Adjacent field sharer component type.

    Parameters

    • controls: Field.Controls<TValue> | AdjacentField.Provider<TValue, Form<unknown, HTMLElement, any>, Form.Body<unknown, HTMLElement, any>, TSharer>

      Either a field controls instance, or its provider.

    • adjacentTo: Mandatory<Form<unknown, HTMLElement, any>> = FormShare

      A locator of the form share the created field is adjacent to. Includes local shares by default. Defaults to FormShare.

    Returns Field<TValue, TSharer>

Generated using TypeDoc