# XWUIInputAutocomplete

XWUIInputAutocomplete Component Autocomplete/combobox with search.

## Basic Usage

Type-ahead autocomplete with fruit options.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Type-ahead autocomplete with fruit options.
```

## Custom Filter

`filterOption` replaces the default contains-match with prefix matching.

```example
file: examples/CustomFilter.ts
html: examples/CustomFilter.html
title: Custom Filter
description: filterOption replaces the default contains-match with prefix matching.
```

## Disabled Options

Some options are non-selectable; `backfill` previews the first match inline.

```example
file: examples/DisabledOptions.ts
html: examples/DisabledOptions.html
title: Disabled Options
description: Some options are non-selectable; backfill previews the first match inline.
```

```api
```
