Open
Description
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:
- Add a change handler that uses
e.detail.type
, which according the documentation should exist - Click on the multiselect's input field
- Type in some characters
- Blur
- The input's change event gets emitted.
e.detail
is undefined and you get an error.