You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nick Sutterer edited this page Jun 11, 2017
·
1 revision
Remove Twin inheritance
Remove Form < Disposable::Twin and provide property API manually. Instead, maintain a reference to the twin (composition). This will allow to have real Twins throughout your app, which can also be used in forms. This will visibly separate data mapping and validation.