Skip to content

When interacting with a child component's html, should it be treated in the whole rendered context? #983

Open
@JelleHissink

Description

@JelleHissink

I noticed something.
When I have a form and a component containing a submit button....

  • When I render the outer component, find the html button and click, the submit is fired.
  • When I render the outer component, locate the inner component and fire the button, click, the click is only bubbled within it's own rendered html of the sub-component, hence no submit is ever triggered.

Is this by design? Or is it easy to implement, or consider for V2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions