- Preparing search index...
- The search index is not available
Wesib: Forms
- adjacentField<TValue, TAdjacentTo, TAdjusted, TSharer>(controls: Field.Controls<TValue> | AdjacentField.Provider<TValue, TAdjacentTo, TAdjusted, TSharer>, adjacentTo: Mandatory<TAdjacentTo>): Field<TValue, TSharer>
-
Type Parameters
-
TValue
-
TAdjacentTo extends FormUnit<unknown, TAdjusted, any, TAdjacentTo>
-
-
TSharer extends object = SharerType<TAdjacentTo>
Parameters
-
-
adjacentTo: Mandatory<TAdjacentTo>
Returns Field<TValue, TSharer>
Creates a field adjacent to some form unit.
Suitable e.g. for buttons or error indicators.
The controls of adjacent field are based on the ones of the unit it is adjacent to.