i have a use-case where i have to implement a straightforward two-way binding for a form to synchronize it with a model. i realised it using a binding but i found myself using the technical private (i think) model, view and reactive variables attached to the bindings this. it would be nice to have them available as public fields within the binding.
i have a use-case where i have to implement a straightforward two-way binding for a form to synchronize it with a model. i realised it using a binding but i found myself using the technical private (i think) model, view and reactive variables attached to the bindings
this
. it would be nice to have them available as public fields within the binding.