Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldGears<TFieldValue>

This interface is not necessary to be implemented because it covers only the one case when all your properties are string and you do not plan to use specific property names.

Type parameters

  • TFieldValue

Hierarchy

  • FieldGears

Index

Properties

Properties

formApi

formApi: FormApi

Contains a form instance and allows working with the 🏁 FinalForm API.

input

input: FieldInputProps<TFieldValue>

Contains the general field data that can be provided directly to the HTMLInputElement.

meta

meta: FieldMetaProps<TFieldValue>

Contains the internal field data that allows making decision about displaying and interaction with the field. The values in meta are dependent on you having subscribed to them via the FormDecoratorOptions.subscription.

Generated using TypeDoc