I want to remove the inbuilt grey small caret from ion-select, and use my custom caret(arrow) instead.
ion-select
Code:
ion-select { color: grey
I've created this directive which you can add to your ion-select to make it look just like other ion elements with placeholder (without arrow).
Usage:
...