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

Create a new event to be fired when step finished showing/displaying #86

Open
kabeza opened this issue Apr 14, 2020 · 0 comments
Open
Labels
help-wanted Need a hand to improve the project

Comments

@kabeza
Copy link

kabeza commented Apr 14, 2020

Is your feature request related to a problem? Please describe.
I cannot focus an input field just after showing actual step

asistente.on("showStep", function(e, anchorObject, stepNumber, stepDirection) {
    if (stepNumber == 1)
    {
        $("#dni").focus();
    }
    //console.log("Estas en el paso: "+stepNumber);
});

Describe the solution you'd like
Add a new event to SmartWizard so it is fired just after animation finishes or something like that so we can focus elements on the current Step

Describe alternatives you've considered
no idea

Additional context
none

@techlab techlab added the help-wanted Need a hand to improve the project label Jun 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help-wanted Need a hand to improve the project
Projects
None yet
Development

No branches or pull requests

2 participants