ng-wizard icon indicating copy to clipboard operation
ng-wizard copied to clipboard

Features/Bugs

Open developer-kee opened this issue 4 years ago • 1 comments

After using this package there a few things that can make it better

Features

  1. When the toolboxExtraButtons next/previous are disabled and the user is using external buttons we should have an observable from the NgWizardService which can be used to enable/disable external button just like the toolboxExtraButtons next/previous default operate.

Bugs/Unclear documentation

  1. canExit or canEnter doesn't seem to do anything
  1. when all the toolboxExtraButtons are removed there is extra padding would be easier to toggle the parent container.
  1. the ng-wizard-step > ul > li > a border arrows do not wrap property on small screen devices

developer-kee avatar Oct 21 '20 18:10 developer-kee

@developer-kee Agree with you on all but,

canExit or canEnter is used when you want to restrict from exiting the current step with some functionality (i use them for validations)

NIKITA-2710 avatar Apr 19 '21 14:04 NIKITA-2710