Versions
Describe the bug
The error under the field won't show when using data-vv-scope
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Appear the error under the field just like it was in 2.0.9 (try to change the version of vee-validate in the CodePen below and see).
Demo Link
https://codepen.io/luizhenriquerdias/pen/OEYbxR
Desktop (please complete the following information):
The 2.1.x betas will require specifying the scope to methods like collect. This previously caused a confusion between fields that do not have scoped and ones that do with the same name.
You can fix it by adding the scope name before the field name: 1.name
https://codepen.io/logaretm/pen/qKGqye
Note that the betas will have plenty of breaking changes since I wanted to address long-standing issues in them.
Most helpful comment
The
2.1.xbetas will require specifying the scope to methods like collect. This previously caused a confusion between fields that do not have scoped and ones that do with the same name.You can fix it by adding the scope name before the field name:
1.namehttps://codepen.io/logaretm/pen/qKGqye
Note that the betas will have plenty of breaking changes since I wanted to address long-standing issues in them.