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

vee-validate beufy example; does not update field state #1723

Closed
blowsie opened this issue Nov 23, 2018 · 1 comment
Closed

vee-validate beufy example; does not update field state #1723

blowsie opened this issue Nov 23, 2018 · 1 comment

Comments

@blowsie
Copy link

blowsie commented Nov 23, 2018

Versions

  • vee-validate: 2.#.#
  • vue: 2.#.#

Describe the bug
vee-validate buefy example has a bug.
Changing the checkbox state doesnt correclty update the field data

To reproduce
Steps to reproduce the behavior:

  1. Go to https://codepen.io/blowsie/pen/XyqmWz?editors=1010
  2. Scroll down to I agree to the terms and conditions
  3. Click on I agree to the terms and conditions
  4. See that the field data doesn't correctly update, the changed flag remains false.

Expected behavior
The field data should update

Demo link
https://codepen.io/blowsie/pen/XyqmWz?editors=1010

Im not sure if this is an issue of vee-validate or beufy.

@blowsie blowsie changed the title vee-validate beufy example has bugs. vee-validate beufy example; does not update field state Nov 23, 2018
@logaretm
Copy link
Owner

logaretm commented Feb 1, 2019

VeeValidate sets the flags when validation events are triggered, like input or changed or even custom ones, disabling the events entirely will result in some flags not updating properly. This works properly for validation provider components, the fix for the directive was implemented and should land in the next release.

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

No branches or pull requests

2 participants