Knockout-Contrib / Knockout-Contrib/Knockout-Validation

Add support for es-5 property with underliing observable.

Open
#614 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1k
Forks
366
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

Open the contributing guide

Research direction

The issue names no files or tests; start by reviewing how Knockout-Validation integrates with Knockout observables and the referenced ko.expressionRewriting.twoWayBindings behavior. Define done as validation supporting ES5 getter/setter properties backed by an underlying observable, including subscription and binding behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.