You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, someone can only hide buttons by passing false to Step.options.buttons.
After more discussion about this, we decided that it would make for a much clearer interface if buttons were always hidden unless a non-empty array (each item being a set of button options) was passed.
)
* Remove flakiness from buttons acceptance test
* add script for viewing test coverage
* Constrain input for `Step.options.buttons` to an array of buttons.
Closes [#243](#243).
Currently, someone can only hide buttons by passing
false
toStep.options.buttons
.After more discussion about this, we decided that it would make for a much clearer interface if buttons were always hidden unless a non-empty array (each item being a set of button options) was passed.
cc @rwwagner90 @chuckcarpenter
The text was updated successfully, but these errors were encountered: