Knockout-Validation icon indicating copy to clipboard operation
Knockout-Validation copied to clipboard

Add support for es-5 property with underliing observable.

Open blazkovicz opened this issue 8 years ago • 1 comments

It is very convenient to use es5 properties with getter and setter set to observable. This way I can use property without braces and still subscribe for changes (directly to underlining observable). Knockout knows how to bind such properties - it has ko.expressionRewriting.twoWayBindings. Is there a possiblity for knockout-validation to support such properties?

blazkovicz avatar Apr 13 '16 11:04 blazkovicz

Instead you can use knockout-es5 without worrying parenthesis.

jmvtrinidad avatar Sep 21 '16 04:09 jmvtrinidad