Our APEX is 18.2.
I have a requirement to allow a POPUP LOV to be cleared since it is not a mandatory field. By default behavior, once a value is selected, it can not be cleared so I'm trying to find a way to do this.
On the Properties, there is an option to add an icon which I did and use fa-eraser as show below.

Is there a way to make this clicackable and maybe do a DA to clear the value?
UPDATE: 01/15/2024
Based on trial and error testing, it appears that the class apex-item-icon makes the object unclickable.