Phone number input with automatic US formatting and validation.
<script>
import { PhoneInput } from "jatui"
</script>
<PhoneInput />| Prop | Type | Default | Description |
|---|---|---|---|
label | string | - | Field label |
value | string | "" | Phone number (bindable) |
error | string | - | Error message |
placeholder | string | "(555) 555-5555" | Placeholder |