-
I also faced the issue described by @mikeobrien over at https://github.com/aurelia/validation/issues/133.
`error TS2339: Property 'AppendToInput' does not exist on type 'typeof TWBootstrapViewStrateg…
-
@PWKad This may be supported already. I'm not sure, so I wanted to track it here just in case.
We need to be able to have different buttons on a form validate different groups of properties in a scre…
-
I have a scenario, Where I need to **reconfigure the validation rules**. I have used the `this.validator.destroy();`method for removing the existing validation rules, which is not removing rules from…
-
in the case where code I've hooked in a passes() callback is throwing an exception, this code in validation-property.js:
```
.catch((err) => {
throw Error('Unexpected behavior: …
-
Reproduce like this:
```
ValidationGroup.prototype.test = function()
{
this.passes((newValue, threshold) => {
let x = null;
x.y = "This causes a null reference error.";
…
-
Please include missing properties for typescript declaration.
The ValidationResultProperty is missing the "isValid" and the "isDirty" properties.
The ValidationResult is missing the "isValid" and the…
-
@ClareBear85 commented on [Tue Apr 05 2016](https://github.com/aurelia/binding/issues/370)
I updated to aurelia-binding@1.0.0-beta.1.3.1, so that I could do the following: computedFrom - including pa…
-
I change the locales of my aplication to es-MX but the return messages is ""
-
The framework currently supports model-first: use a fluent API on your model to create the 'validation' object.
We can add custom attributes so that those who want to, can create the 'validation' obje…
-
**I did the download and installation of aurelia-validation@0.6.6**
**after configure the application plugin:**
```
export function configure(aurelia){
aurelia.use
.standardConfigurat…