Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v4] Rendering multiple error messages #3332

Closed
jaskokoyn opened this issue May 31, 2021 · 1 comment
Closed

[v4] Rendering multiple error messages #3332

jaskokoyn opened this issue May 31, 2021 · 1 comment
Labels
🐛 bug Unintended behavior

Comments

@jaskokoyn
Copy link

jaskokoyn commented May 31, 2021

Versions

  • vee-validate: 4.4.2
  • vue: 3.0.11

Describe the bug

In the latest version of Vee Validate, rendering multiple error messages doesn't work anymore. The library ignores the bails property if it's set to false on the <Field> component. It's also ignored in the configure() function.

To reproduce

Steps to reproduce the behavior:

  1. Go to https://codepen.io/jaskokoyn/pen/MWpOqWa
  2. Type the @ character in the input field.
  3. Only one error gets triggered.
  4. If you update the version of Vee Validate to 4.3.6, multiple error messages get displayed. Hence, the problem seems to be with 4.4.

Expected behavior

Render multiple error messages.

Demo link

Codepen

@logaretm logaretm added the 🐛 bug Unintended behavior label Jun 2, 2021
@logaretm
Copy link
Owner

logaretm commented Jun 2, 2021

Thanks for reporting this, it seems to be only affecting the form-schema validation.

Will tag a fix shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants