@microsoft/fast-foundation > ComboboxAutocomplete
ComboboxAutocomplete variable
Autocomplete values for combobox.
Signature:ComboboxAutocomplete: {
    readonly inline: "inline";
    readonly list: "list";
    readonly both: "both";
    readonly none: "none";
}