github logaretm/vee-validate vee-validate@4.0.0-beta.16

latest releases: v4.14.7, v4.14.6, v4.14.5...
pre-release4 years ago

🆕 New Features

  • added initialDirty to the <Form /> component and useForm() function that sets the dirty meta initial value for the fields specified.
  • added initialTouched to the <Form /> component and useForm() function that sets the touched meta initial value for the fields specified.

These additions were added as a follow up to initialErrors in the last release because if you wanted to display errors when the field is touched, it wouldn't work well with initialErrors or validateOnMount as you need to set the touched meta. While setTouched already exists, this is more convenient.

Don't miss a new vee-validate release

NewReleases is sending notifications on new releases.