I am trying to hide Ionic (iOS) "selection wheel" which is displayed after user want to select one of the select tag options.
I know that can be achieved by showing keyboard accessory bar and "done" button but that button text is hardcoded (and as far as I know we cannot translate it to other languages). So this is not an option.
I am also not available to use "change" event for the select, because its not triggered until selection wheel is being hidden.
Is there any way to:
- Change "done" button text in accessory bar?
- Detect changed value in selection wheel on iOS and hide it
programatically?
Thank you