# XWUIInplace

Inline edit: display value until clicked, then show input. Reuses XWUIInput and XWUIButton.

## Basic Usage

Inline edit: display value until clicked, then show input.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Inline edit: display value until clicked, then show input.
```

## Multiline Editing

`inputType: "textarea"` swaps the single-line field for a multi-line editor.

```example
file: examples/Multiline.ts
html: examples/Multiline.html
title: Multiline Editing
description: inputType textarea swaps the single-line field for a multi-line editor.
```

## Instant Save

`showSaveCancel: false` commits on blur - no Save/Cancel buttons shown.

```example
file: examples/InstantSave.ts
html: examples/InstantSave.html
title: Instant Save
description: showSaveCancel false commits on blur - no Save/Cancel buttons shown.
```

```api
```
