intro.js icon indicating copy to clipboard operation
intro.js copied to clipboard

Feature Request: Provide step object on onchange, onbeforechange, onafterchange events

Open jherman opened this issue 3 years ago • 2 comments

Description

This would be useful because I extend the step object with my own properties and that I need to follow up with. For example I provide an ID with each step. With this ID I can persist to the user settings if the user has already seen this particular step after a step change has occurred.

Example (recommended)

n/a: however instead of just providing the element, you could provide the element and the step object for the onchange event types.

jherman avatar Jun 14 '21 14:06 jherman

+1

CarlVerret avatar Jan 19 '22 15:01 CarlVerret

seems to be adressed by PR: https://github.com/usablica/intro.js/pull/1266 ?

CarlVerret avatar Jan 19 '22 15:01 CarlVerret