Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SelectMenuProps<T, V, FormValues>

Type parameters

Hierarchy

  • SelectProps
    • SelectMenuProps

Index

Properties

Properties

field

field: FieldInputProps<V>

form

form: FormikProps<FormValues>

label

label: string

The label of the select menu

meta

meta: FieldMetaProps<V>

options

options: SelectMenuOption<T>[]

The selectable options for the select menu

Generated using TypeDoc