question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

data-vv-delay is not work in custom compoment

See original GitHub issue

Versions:

  • VueJs: 2.1.0
  • Vee-Validate: 2.0.0-beta.18

Description:

use demo ‘Component Validation’: only add data-vv-delay=‘1000’, delay can’t be work;

but use data-vv-delay in native input like: <input data-vv-delay='1000'>. it’s fine.

<custom-input  data-vv-name="email" data-vv-delay="1000" v-model="email" v-validate="email" data-vv-rules="required|email"  :class="{'input': true, 'is-danger': errors.has('email') }" type="text" placeholder="Email">
</custom-input>

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
logaretmcommented, Jan 17, 2017

@brunen9 Watch this pr #202 I will probably finish the todo list in a couple of days and will release it. Sorry about the delays I’m very busy in my study and work atm.

0reactions
pavel-mironchikcommented, Jan 17, 2017

@logaretm, may you please provide information about when will be new release (with this bug fixed) in npm registry?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Delay the rendering of a component in vue - Stack Overflow
The only way for me to delay it is by delaying the component I think. Your first suggestion uses already rendered objects which...
Read more >
Validate doesn't work in v-for #294 - GitHub
This is currently a bug, basically it tries to resolve the v-model, but the model does not exist on the instance , just...
Read more >
Debounced (Delayed) Validation - VeeValidate
This can be achieved by adding a data-vv-delay attribute on the field being validated, and assign it the number of milliseconds you want...
Read more >
Animation | Jetpack Compose - Android Developers
In tests using ComposeTestRule , animations using infiniteRepeatable are not run. The component will be rendered using the initial value of each animated...
Read more >
Is a big startup delay for the first use of a custom Lightning App ...
We have a 3rd party developed Lightning App where most of the components don't render until after a 50 second ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found