paul-thebaud / v-phone-input

International and accessible phone input for Vuetify 3 and Vue 3.
https://paul-thebaud.github.io/v-phone-input/
MIT License
65 stars 6 forks source link

bug: validation does not follow form configuration #10

Closed paul-thebaud closed 1 year ago

paul-thebaud commented 1 year ago

Expected Behavior

When using lazy validation on form, rules should not be evaluated on input change.

Actual Behavior

Rules are evaluated on every country change and on setup.

Steps to Reproduce the Problem

  1. Set a lazy validated form
  2. Define a required rule on phone input
  3. Error message is displayed on setup

Specifications