Skip to main content

@microsoft/fast-foundation > ComboboxOptions

ComboboxOptions type

Combobox configuration options

Signature:
export declare type ComboboxOptions = FoundationElementDefinition & StartEndOptions & {
indicator?: string | SyntheticViewTemplate;
};