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
Current behavior:
Hello, i was wondering if there is a way to disable the click on the stepper steps and just change between steps with the buttons "prev" or next.
Expected behavior:
Steps to reproduce:
Related code:
insert short code snippets here
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.
-->
The text was updated successfully, but these errors were encountered:
Would love to have this added. I have a pretty complex sequence of forms and events that would definitely need to have more control over when and where things get submitted.
Letting us hook into the (click) event on a nbStep would let us manually overide the default behaviour. This would solve the problem and provide much needed flexibility in the long run.
Otherwise adding a disabled directive to the nbStep would also be great.
Just a couple ideas. Anyway, thanks for the great work as always
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
Hello, i was wondering if there is a way to disable the click on the stepper steps and just change between steps with the buttons "prev" or next.
Expected behavior:
Steps to reproduce:
Related code:
Other information:
npm, node, OS, Browser
Angular, Nebular
The text was updated successfully, but these errors were encountered: