bulma-steps
bulma-steps copied to clipboard
How to use javascript/jquery in 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 me cause I am still new on these type. and only shows Javascript Options in documentation, it didn't mention how to implement it on javascript/jqeury. sorry about it.
like how to make the validation per step or change button from next to finish if it's last step or submit form on the last step button.
I've tried using Wikiki/bulma-extensions#20 (comment) but it gave me "StepsWizard is not defined"
and also tried bulmaSteps.attach();
from https://stackoverflow.com/a/52480513/5406008 and it gave me
step2:276 Uncaught TypeError: Cannot read property 'attach' of undefined
at step2:276
Having same issue. Cannot read property 'attach' of undefined but i've logged the selector i'm using and it is not undefined.
ReferenceError: bulmaSteps is not defined
Is showing on the demo page
ReferenceError: bulmaSteps is not defined
Is showing on the demo page
Fixed