Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AutocompleteMultipleProps

Hierarchy

  • FormInputProps
    • AutocompleteMultipleProps

Index

Properties

afterComponent

afterComponent: any

beforeComponent

beforeComponent: any

charsRemaining

charsRemaining: any

Optional clearField

clearField: MouseEventHandler<HTMLButtonElement>

datatype

datatype: VulcanFieldType

Optional defaultValue

defaultValue: any

Optional description

description: string

disabled

disabled: boolean

document

document: any

errors

errors: any

formComponents

formComponents: PossibleVulcanComponents

formInput

formInput: any

formType

formType: "new" | "edit"

Optional handleChange

handleChange: Function

Optional help

help: string

input

input: any

inputClassName

inputClassName: any

inputProperties

inputProperties: HTMLProps<HTMLInputElement>

inputType

inputType: VulcanCoreInput

Optional intlInput

intlInput: boolean

Optional intlKeys

intlKeys: any

itemProperties

itemProperties: any

Optional loading

loading: boolean

Optional locale

locale: string

Optional max

max: number

Optional name

name: string

Optional nestedInput

nestedInput: boolean

Optional options

options: FormOption<any>[] | ((fciProps?: any) => FormOption<any>[])

path

path: string

Optional query

query: string

renderComponent

renderComponent: any

showCharsRemaining

showCharsRemaining: any

submitForm

submitForm: any

Optional vulcanComponents

vulcanComponents: PossibleVulcanComponents

Generated using TypeDoc