Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cleared event emitter to dropdown component #392

Conversation

matbmapspeople
Copy link
Contributor

Added cleared emitter so we can listen in the CMS when black X button is used.

@ammapspeople
Copy link
Contributor

This is a minor release, not a patch. You're adding to the public interface.

| Event | Description | Type |
| --------- | ------------------------------------------------ | ------------------- |
| `change` | Triggers an event when the selection is changed. | `CustomEvent<any>` |
| `cleared` | | `CustomEvent<void>` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The JSDoc description was not transferred here in the build process. Please re-trigger a build to make it happen.

Copy link
Contributor

@ammapspeople ammapspeople left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@matbmapspeople matbmapspeople merged commit 95080ac into main Sep 19, 2024
@matbmapspeople matbmapspeople deleted the feat/matb/MICMS-3835_add_event_emitter_when_input_field_is_cleared branch September 19, 2024 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants