-
Over the last few months, almost all of Aurelia packages have changed their distribution format (for the better). Instead of `index.js` and a lots of small packages files around, they are now mostly b…
jods4 updated
8 years ago
-
The existing `ValidationGroup.onValidate` callbacks are only triggered on a manual `ValidationGroup.validate()` call, but the setting and unsetting of validity on any added rules is still being perfor…
-
Hi I am Siva Jonnala,
I am trying to validate the radio buttons I am not getting the validation error message.
I want to see the validation error message for my requirement.
My javascript code in …
-
Part of the thinking toward an `aurelia-validation` refactoring (see #161), I would like to open a discussion open how Aurelia validation message can access a field name / label.
It seems this is cur…
jods4 updated
8 years ago
-
If we eventually reach a point where aurelia-validation is able to have a single file export, we need to know if globalResources is still necessary/or even works. I think it will cause a 404 for valid…
-
Currently there are basic TypeScript type annotations missing even for the most used methods, even for the method that is used almost every time when validation is used:
https://github.com/aurelia/val…
-
The Path Observer tries to split the propertyName using "." (dot) and then use that with the observerLocator to look for observers.
https://github.com/aurelia/validation/blob/425840323d4e41917ef83e3ef…
-
Hi,
Where can i find list of all available options/attributes one can mention for field constraints?
-
In the sample, if I move from Fluent -> Decorators and back again, I get an exception:
```
Inner Error:
Message: Validator cannot handle multiple objects
Inner Error Stack:
Error: Validator cannot ha…
-
When setting the view strategy for validation like so:
```
import { ValidationConfig, TWBootstrapViewStrategy } from 'aurelia-validation';
...
export function configure(aurelia: Aurelia) {
aurel…
Jaans updated
8 years ago