Skip to content

map-change should only get emitted when user interacts, similar to change event from HTML #139

Open
@AliyanH

Description

@AliyanH

currently our map-change event gets emitted every time the attributeChangedCallback for the checked attribute is invoked, which can be through the API, keyboard navigation or click.

For the HTML change event, it is only emitted by user interactions, unlike our map-change event which can be emitted by even the API.
image

We need to refactor our event use to either use a new event or change our current implementation

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions