Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

anchor mouse hoverover disabled on completed step #100

Open
johnnuy opened this issue Aug 14, 2020 · 0 comments
Open

anchor mouse hoverover disabled on completed step #100

johnnuy opened this issue Aug 14, 2020 · 0 comments
Labels

Comments

@johnnuy
Copy link

johnnuy commented Aug 14, 2020

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'
}
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants