bulma-steps icon indicating copy to clipboard operation
bulma-steps copied to clipboard

Bulma's extension to manage steps

Results 22 bulma-steps issues
Sort by recently updated
recently updated
newest added

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

This is more of a suggestion than a issue, but it would seem that auto hiding the steps titles would make the mobile view a bit more double.

Hi I use this tuto: [https://wikiki.github.io/components/steps/ ](https://wikiki.github.io/components/steps/ )I would like all the mandatory fields to be completed before going to the next step. How to do ? Thanks

Is it possible block nextStep? I have tried with "return false;" in beforeNext event but not work. Thanks!

Hi! I have a problem that many guys on the internet have, but no answer helped me so far. I'm making a project in VueJS and wanted to implement bulma-steps....

How to use javascript/jquery in bulma-steps? I am using this: https://wikiki.github.io/components/steps/#javascript I have no idea on how to do the change the last step to `finish` button. It's hard for...

When there are too many steps they go on multi lines which is nice, however, they don't respect any padding/margin rules I have. For example, on the screenshot below they...

bug

Hi, Is there a way to load a step using a variable from PHP ? Whenever I try to load a page with, for example : `{{($tab==2)?'is-active':''}}` It seems like...

Hi, just before step is changed I want to check some conditions and change step or not. How do I do this? I truied to use `beforeNext` option and return...