Skip to content

Change event that doesn't conform to type #276

Open
@erezarnon

Description

@erezarnon

The component forwards change events from its input. Those events don't conform to the change event type definition.

Repro

Steps to reproduce the problem:

  1. Add a change handler that uses e.detail.type, which according the documentation should exist
  2. Click on the multiselect's input field
  3. Type in some characters
  4. Blur
  5. The input's change event gets emitted. e.detail is undefined and you get an error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussionGathering feedback on open questionsdocsImprovements or additions to documentationgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions