ember-paper-stepper
ember-paper-stepper copied to clipboard
Parameter to control amount of steps displayed
Hi there!
Is it possible to add a stepper parameter that can restrict the number of steps shown to 3/5/X at a time? We are loading the stepper data via API as generated by a user created form template, and user's tend to create a few steps...
An example:
A couple of other options which might be worth considering:
- some way to scroll/page through the steps, rather than squashing them into the available space
- a mode where only the current step plus one or two steps either side of it are shown as in the screenshot above, with the rest being aggregated at either end (ideally with some way to tell how many steps are remaining / what number the last step is)