# XWUIInputPhone

Phone-number input with country dial-code picker, format hint, and basic validation. Output is E.164 (`+<dial>NNNNNNNNNN`).

## Basic Usage

Default country (US) picker + phone input.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Default country (US) picker + phone input.
```

## Preselected

Start with `+14155551234`, country derived from dial code.

```example
file: examples/Preselected.ts
html: examples/Preselected.html
title: Preselected
description: Start with `+14155551234`, country derived from dial code.
```

## Restricted Countries

Limit picker to GCC countries.

```example
file: examples/RestrictedCountries.ts
html: examples/RestrictedCountries.html
title: Restricted Countries
description: Limit picker to GCC countries.
```

## Locked Country

Pin to one country (no picker).

```example
file: examples/LockedCountry.ts
html: examples/LockedCountry.html
title: Locked Country
description: Pin to one country (no picker).
```

```api
```
