Open jsplink opened 9 years ago
Instead of having multiple templates for multiple states, create individual form components.
Separate out Form into a separate file called FormComponent which extends Component. Any editable component should in turn extend from FormComponent
Form
FormComponent
Component
Instead of having multiple templates for multiple states, create individual form components.