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

How to use javascript/jquery in bulma-steps?

Open jeraldpunx opened this issue 5 years ago • 5 comments

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 avatar May 02 '19 12:05 jeraldpunx

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

jeraldpunx avatar May 03 '19 02:05 jeraldpunx

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

jeraldpunx avatar May 03 '19 02:05 jeraldpunx

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

cherylcarpenter avatar Sep 26 '19 22:09 cherylcarpenter

ReferenceError: bulmaSteps is not defined

Is showing on the demo page

ohkeenan avatar Oct 23 '19 14:10 ohkeenan

ReferenceError: bulmaSteps is not defined

Is showing on the demo page

Fixed

Wikiki avatar Oct 23 '19 16:10 Wikiki