aurelia / validatejs

Enables expressive validation using decorators and/or a fluent API.
MIT License
22 stars 23 forks source link

Consider `debounce` decorator/fluent call #30

Closed MaximBalaganskiy closed 8 years ago

MaximBalaganskiy commented 8 years ago

To further support validations with api calls we need to delay the check

MaximBalaganskiy commented 8 years ago

In the light of the #23 discussion this could be the configuration in HTML. There is already debounce behavior.

plwalters commented 8 years ago

This should be supported currently if you used debounce because the setter would never be triggered until the debounce occurs so this should be working already.

jdanyow commented 8 years ago

right- you can use & debounce in conjunction with & validate