Hey there, I'm working with an Ionic select directive and I need to customize the functionality of the 'OK' button. When I click on it, I want it to call a specific function.
I'm aware of the (ionChange) event, but that only triggers when a selected element is changed.
Any help would be greatly appreciated. Thank you!