# XWUIGISSearchBox

Place search for an xwui-gis-map. Implements the WAI-ARIA combobox pattern: arrow keys move through results, Enter flies the map to the highlighted one, Escape closes the list. Debounced autocomplete runs through a configured xwgis geocoder; with no apiBaseUrl it runs entirely on supplied results, which is how an offline demo and a unit test use it. In-flight lookups are superseded rather than raced, so a fast typist never sees results for a query they have already replaced.

## Basic Usage

Type, arrow down, press Enter and the map flies there. Runs with no backend at all.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Type, arrow down, press Enter and the map flies there. Runs with no backend at all.
```

```api
```
