I've implemented a select input positioned over a musical time signature using CSS with a low opacity to keep it hidden.
On clicking the time signature, the user inadvertently clicks the select input, which reveals the options.
Yet, I'm struggling to find a way to detect when a user has clicked on the select input so that I can apply a class to the time signature element.
Please note that my concern is not about handling the selection of options within the select input; I have that functionality working smoothly with ng-change.