Skip to content

Click nesting issues #4187

Description

@asvae

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()
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    BUGSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions