# XWUIFieldArray

Repeatable rows with add/remove/reorder. Conceptual compose with Form/SortableList; native list + buttons, no nested constructors.

## Basic Usage

Empty rows.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Empty rows.
```

## Two lines

Invoice lines.

```example
file: examples/TwoLines.ts
html: examples/TwoLines.html
title: Two lines
description: Invoice lines.
```

## Row error

Per-row validation text.

```example
file: examples/RowError.ts
html: examples/RowError.html
title: Row error
description: Per-row validation text.
```

## Reorder

Move a row up.

```example
file: examples/Reorder.ts
html: examples/Reorder.html
title: Reorder
description: Move a row up.
```

```api
```
