Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stepper playground docs use disabled nbStepperNext for disabled previous step #3179

Open
1 of 2 tasks
MatthewJohn opened this issue May 5, 2023 · 0 comments
Open
1 of 2 tasks

Comments

@MatthewJohn
Copy link

Issue type

I'm submitting a ... (check one with "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:

<button nbButton disabled nbStepperNext>prev</button>

<button nbButton disabled nbStepperNext>prev</button>

<button nbButton disabled nbStepperNext>prev</button>

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.
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant