Toggle Sidebar B
AppearanceLight & dark mode D

Input Phone

International phone input with a searchable country selector. Auto-formats the number for the chosen country and emits a parsed E.164 string.

Default

Country selector + formatted number input.

Replay preview

With label

Pair with a Label for a complete form field.

Replay preview

Required

Pass required to mark the inner input required.

Replay preview

API Reference

InputPhone

PropTypeDefaultDescription
modelValuestring""E.164-formatted phone string. Supports v-model.
requiredbooleanfalseMark the inner input required.
EventDescription
update:modelValueFires with the parsed phone string. Enables v-model.