carbon-web-components
carbon-web-components copied to clipboard
bx-selectable-tile : Add "selected" event
Summary
Hello,
There is an input event on bx-selectable-tile, but this event fires before the internal input is checked and before the mark is added.
Is it possible to add an event once the internal input is checked ?
I see this in the selected-tile. js file:
function _handleChange() {
this.selected = this._inputNode.checked;
}
An event could be fired at this moment/in this method.
Thanks in advance for reading
Eric
Relevant information
No response
Name and organization
GP
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
- [X] I checked the current issues for duplicate issues