-
-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Description
π Bug report
input elements are not interactive inside the spotlight.
π₯ Steps to reproduce
I've started with your example.
- Go to https://stackblitz.com/edit/y4obepdn?file=src%2FTour.tsx
- Click on "Start tour"
- Click "Let's go"
- Try to click to text input in the spotlight
- And it is not interactive, even was initialized like
<Tour closeOnInteractOutside={false} preventInteraction={false} />
π» Link to reproduction
It is an example from the docs: https://stackblitz.com/edit/y4obepdn?file=src%2FTour.tsx
π§ Expected behavior
The input is interactive inside the spotlight
π§ Possible Solution
The possible solution for me right now is to remove id from getContentProps(). But I'm really not sure that it is ok.
The possible solution for all users β closeOnInteractOutside={false} preventInteraction={false} options should work)
π System information
| Software | Version(s) |
|---|---|
| Zag Version | latest |
| Browser | doesn't matter |
| Operating System | doesn't matter |
π Additional information
Idkw, may be this options (closeOnInteractOutside={false} preventInteraction={false}) are for something else, but it is confusing.
Creepypoke, ktoto, markuplab, wavilikhin and Dremuchev
Metadata
Metadata
Assignees
Labels
No labels