# XWUIInputMonetary

Currency-aware decimal input - locale-formatted display, raw-number value model. Maps to Odoo's `monetary` widget.

## Basic Usage

USD-formatted input - symbol prefix, comma thousands.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: USD-formatted input - symbol prefix, comma thousands.
```

## Euro Suffix

German locale with currency as suffix: `"1.234,56 €"`.

```example
file: examples/EuroSuffix.ts
html: examples/EuroSuffix.html
title: Euro Suffix
description: German locale with currency as suffix: `"1.234,56 €"`.
```

## With Bounds

Block negatives and cap at a max.

```example
file: examples/WithBounds.ts
html: examples/WithBounds.html
title: With Bounds
description: Block negatives and cap at a max.
```

## Readonly

Render as formatted text with auto-tone (negative → red).

```example
file: examples/Readonly.ts
html: examples/Readonly.html
title: Readonly
description: Render as formatted text with auto-tone (negative → red).
```

```api
```
