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

Type declaration

  • Optional autocompleteAttributes?: string[]

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

  • Optional canToggleAll?: boolean
  • Optional defaultValue?: string | string[]
  • multi: boolean
  • type: "select"