quasar icon indicating copy to clipboard operation
quasar copied to clipboard

Validation Lazy-Rules Timed Delay

Open cseitz opened this issue 4 years ago • 1 comments
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.

cseitz avatar Jun 19 '21 23:06 cseitz

Don't you get the same thing using :debounce="3000"?

pdanpdan avatar Sep 16 '22 10:09 pdanpdan