Wikiki / bulma-steps

Bulma's extension to manage steps
MIT License
96 stars 44 forks source link

How to use javascript/jquery in bulma-steps? #28

Open jeraldpunx opened 5 years ago

jeraldpunx commented 5 years ago

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.

jeraldpunx commented 5 years ago

I've tried using Wikiki/bulma-extensions#20 (comment) but it gave me "StepsWizard is not defined"

jeraldpunx commented 5 years ago

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
cherylcarpenter commented 4 years ago

Having same issue. Cannot read property 'attach' of undefined but i've logged the selector i'm using and it is not undefined.

ohkeenan commented 4 years ago

ReferenceError: bulmaSteps is not defined

Is showing on the demo page

Wikiki commented 4 years ago

ReferenceError: bulmaSteps is not defined

Is showing on the demo page

Fixed