quasar
quasar copied to clipboard
Validation Lazy-Rules Timed Delay
trafficstars
Feature Request
Allow lazy-rules to be supplied an integer, which will delay validation until that many milliseconds after the last user input on the field. User input on a field will cancel any pending lazy validation timeouts.
lazy-rules="3000" would have validation begin 3000ms after user input has finished.
This could give more control over default lazy-rules, which triggers on blur. One would be able to have validation begin after typing has finished, yet before they've moved on to the next field in the form.
Don't you get the same thing using :debounce="3000"?