Hi there team,
It would be great to have a "Clear" event handler on the select component so that when the "Show clear button" option is enabled, an event can be triggered accordingly.
As a workaround I'm using a Change event handler to run only when self.value === null, but it would be nice to just have the clear event.
Thanks!