このシナリオをノックアウト js でモデル化することは可能ですか?
3 つのフィールドがあるとします。
Current Income
: この値を変更Retirement Income
すると、更新する必要があります(Current Income * Percentage of Current Income) / 100
Retirement Income
: この値を変更Percentage of Current Income
すると、更新する必要があります(Retirement Income/Current Income) * 100
Percentage of Current Income
: この値を変更Retirement Income
すると、更新する必要があります(Current Income * Percentage Of Current Income) / 100
これはある種の循環依存ですか? ノックアウト js を使用してモデル化できますか? すべてのフィールドを計算する必要があると思います...しかし、デフォルト値を設定する方法や、まだ宣言されていない計算されたオブザーバブルを使用する方法がわかりません。
jsfiddle の開始点: http://jsfiddle.net/LkqTU/4482/