I am using aurelia validation V4 in my SPA.
I am trying to re-configure the aurelia validation rules
depending on an option selected in a dropdown
.
I could not accomplish this because, each time newly added rules are appending to the existing set of rules.
What I am trying to do is, remove existing rules for a property and assign new rules.
how to re-configure Aurelia validation rules ?