Skip to content

anchor mouse hoverover disabled on completed step #100

@johnnuy

Description

@johnnuy

Hi,

Would be nice to have the anchor mouse hoverover show the same icon for completed sections as it does for sections that are currently unavailble when the anchors are not clickable. Currently it shows the mouse cursor as if it's a clickable item, but clicking has no effect. Where the unavailable items show the red circle with a line through it when a section is not available.
image
in this example (hoping it pasted correctly) I would like the hoverover mouse cursor for part 1 and part 2 to be the same as part 4.

current settings i'm using are:
$("#smartwizard").smartWizard({
anchorSettings: {
anchorClickable: false,
removeDoneStepOnNavigateBack: true,
enableAnchorOnDoneStep: false,
},
selected: 0,
theme: 'dots',
transition: {
animation: 'fade',
},
toolbarSettings: {
toolbarPosition: 'bottom',
},
lang : {
next: 'Next',
previous: 'Previous'
}
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions