fatihsolhan / v-onboarding

v-onboarding is a super-slim, fully-typed onboarding component for Vue 3
https://v-onboarding.fatihsolhan.com/
MIT License
164 stars 20 forks source link

Cannot focus to the attached element input after version 2.7.0 #99

Open ian-ng opened 2 months ago

ian-ng commented 2 months ago

88 caused this bug.

After version 2.7.0, the input elements cannot be focused, probably the useFocusTrap force to focus on the step only. It should be allowed to focus on the attached element also. Even applied the overlay.preventOverlayInteraction = false, still cannot focus to the attached element.