SelectElement: FormElementWithOptionsBase & {
    autocompleteAttributes?: string[];
    canToggleAll?: boolean;
    defaultValue?: string | string[];
    multi: boolean;
    type: "select";
}

Type declaration

  • OptionalautocompleteAttributes?: string[]

    Custom autocomplete attributes that will be added to the element during rendering

  • OptionalcanToggleAll?: boolean
  • OptionaldefaultValue?: string | string[]
  • multi: boolean
  • type: "select"