toddjordan / ember-cli-dynamic-forms

An Ember addon for creating dynamic forms
http://toddjordan.github.io/ember-cli-dynamic-forms/
MIT License
35 stars 16 forks source link

Should have a separate render for a read-only version of the form #5

Open toddjordan opened 8 years ago

toddjordan commented 8 years ago

The form should have read-only versions for UIs that provide a readable view of data, but also the ability to edit it if needed.

Some mechanism needs to be in places to tell the form to render in a read only state. Read only mode might go beyond just putting a form element in disabled state. It should provide a completely different markup with emphasis on readability.

Example

Having a profile page that shows details about a user, but also having an edit button on the screen that puts the sections/screen in edit mode.