-
Notifications
You must be signed in to change notification settings - Fork 32
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
Making target element functional / clickable #22
Comments
Have you found any workaround for this? I'm blocked with a same problem currently |
@enszrlu @nyamkamunhjin can you both provide more context to the problem your having, a screen recording would be super helpful! |
I had bunch of other requirements for my project so I released another package referencing to Onborda. nextstepjs.com |
Hi mate, when you target an area with selector; it does not allow you to interact with it. For example, if you target an input box, you cannot enter any values as you cannot click into the box. Is it more clear? Thanks for great work ❤️ |
Ah great work man! Yea much clearer, will do some additional work on this tonight 🫡 |
Is there a way of making target still accessible?
For example if on boarding goes thru a form and I want users to fill out form one by one, I am not able to do it at the moment.
I could not find anything regarding this in docs.
The text was updated successfully, but these errors were encountered: