Skip to content
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.