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

Click nesting issues #4187

Closed
asvae opened this issue Mar 20, 2024 · 0 comments · Fixed by #4196
Closed

Click nesting issues #4187

asvae opened this issue Mar 20, 2024 · 0 comments · Fixed by #4196
Labels
BUG Something isn't working

Comments

@asvae
Copy link
Contributor

asvae commented Mar 20, 2024

Vuestic-ui version: 1.9.7

I went through checkbox stories and noticed a couple of issues. That might be not an issue even, but I'll share regardless.

  • Clicking on VaCheckbox container doesn't change its value. You have to go to first child.
    el.children[0].click()
    
  • For VaSwitch
    el.children[0].children[0].children[0].click()
    
@asvae asvae added the BUG Something isn't working label Mar 20, 2024
@asvae asvae changed the title VaCheckbox issues Click nesting issues Mar 20, 2024
gweesin added a commit to gweesin/vuestic-ui that referenced this issue Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Development

Successfully merging a pull request may close this issue.

1 participant