carbon-web-components icon indicating copy to clipboard operation
carbon-web-components copied to clipboard

bx-selectable-tile : Add "selected" event

Open rccc opened this issue 2 years ago • 0 comments

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

rccc avatar Aug 09 '22 12:08 rccc