Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFieldBase

Hierarchy

  • IFieldBase

Index

Properties

Optional className

className: undefined | string

Add additional css

Optional hint

hint: undefined | string

If bare (see {@link Form.bare}) is set to true then hint will be inserted within small tags.

Optional labeltext

labeltext: undefined | string

If bare (see IForm.bare) is set to true then labeltext will be inserted within label tags.

name

name: string

The name of the form element (this should match the state property that you want be updated by this form element)

Optional validators

validators: IValidators

These are the {@link IValidators} that you can pass in the validate the form element.

Generated using TypeDoc