You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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'
}
});
The text was updated successfully, but these errors were encountered: