nebular icon indicating copy to clipboard operation
nebular copied to clipboard

Stepper playground docs use disabled nbStepperNext for disabled previous step

Open MatthewJohn opened this issue 2 years ago • 0 comments

Issue type

I'm submitting a ... (check one with "x")

  • [x] bug report
  • [ ] feature request

Issue description

Current behavior: The playground examples contain uses of

<button nbButton disabled nbStepperNext>prev</button>

Expected behavior: This code should read as:

<button nbButton disabled nbStepperPrevious>prev</button>

Steps to reproduce: N/A

Related code:

https://github.com/akveo/nebular/blob/4c4d8460cde1f3223d402c8d2344efa79fb6998b/src/playground/with-layout/stepper/stepper-vertical.component.html#L17 https://github.com/akveo/nebular/blob/4c4d8460cde1f3223d402c8d2344efa79fb6998b/src/playground/with-layout/stepper/stepper-showcase.component.html#L12 https://github.com/akveo/nebular/blob/4c4d8460cde1f3223d402c8d2344efa79fb6998b/src/playground/with-layout/stepper/stepper-step-change-event.component.html#L14

Other information:

npm, node, OS, Browser

<!--
Node, npm: `node --version` and `npm --version`
OS: Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?)
Browser: Chrome/Safari/Firefox/etc?
-->

Angular, Nebular

<!--
Check your `package-lock.json` or locate a `package.json` in the `node_modules` folder.
-->

MatthewJohn avatar May 05 '23 05:05 MatthewJohn