# XWUIAutocomplete

Combobox / autocomplete input with local filtering or async search.

## Basic Usage

Predefined city autocomplete.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Predefined city autocomplete.
```

## Async Search

Server-side search via `onSearch` callback.

```example
file: examples/AsyncSearch.ts
html: examples/AsyncSearch.html
title: Async Search
description: Server-side search via `onSearch` callback.
```

## Disabled Options

A warehouse picker where full or offline bays appear greyed-out and cannot be chosen.

```example
file: examples/DisabledOptions.ts
html: examples/DisabledOptions.html
title: Disabled Options
description: Some warehouse locations are unavailable and non-selectable.
```

## Backfill Suggestion

A country field that auto-previews the top match inline as the user types.

```example
file: examples/Backfill.ts
html: examples/Backfill.html
title: Backfill Suggestion
description: Inline backfill of the closest country match while typing.
```

```api
```
