Zecat / paper-stepper

Display progress through a sequence by breaking it up into multiple logical and numbered steps.
78 stars 20 forks source link

Allow a completed step to be re-opened for editing #43

Closed hubgit closed 8 years ago

hubgit commented 8 years ago

If a step has been completed using the Continue button, the step heading is marked with a check and can no longer be opened for editing.

I'd like to allow users to open a previous step for editing again, by clicking on the heading.

screen shot 2016-08-09 at 10 55 38

(2.0-beta.3)

Zecat commented 8 years ago

Just add "editable" attribute to the <paper-step> you want to be editable! Sorry there is no doc for the moment I'll work on that soon!

hubgit commented 8 years ago

Perfect - thanks!