LouisMazel / maz-ui

Vue & Nuxt library of standalone components & tools to build interfaces

Home Page:https://maz-ui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG][<MazPhoneNumberInput>] value cleanup problem

emrecanmuslu opened this issue · comments

Hi,
After completing the form submission process, I cannot clear it.

image

image

image

@LouisMazel please help me

commented

Hi @emrecanmuslu,

You have to use the v-model. So you have the default-phone-number and the formatted phone number returns by the v-model

Please follow this example : Codesandbox example