You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version:[email protected]
When a valid phone number is entered into the input field and then cleared (model becomes an empty string ''), the field remains invalid and displays an error message indicating an incorrect phone format. This prevents the form from being submitted.
Example: https://stackblitz.com/edit/vitejs-vite-7kjtqm?file=src%2FApp.vue
I found this temporary solution to make the form work:
Version: [email protected]
When a valid phone number is entered into the input field and then cleared (model becomes an empty string ''), the field remains invalid and displays an error message indicating an incorrect phone format. This prevents the form from being submitted.
Example: https://stackblitz.com/edit/vitejs-vite-7kjtqm?file=src%2FApp.vue
I found this temporary solution to make the form work:
The text was updated successfully, but these errors were encountered: