Why select is so ugly ? Can I customize it?

I’ve been satisfied using Ionic but now when I’ve tried to use select element, it has a very strange appearence, at least on Android devices. It looks like this:

image

It’s very ugly! There is a way to customize this appearence, or implement another thing instead of select, which is more beautiful?

Thanks in advance,

This is not Ionic’s fault ! :grinning: The Ionic select will pick the native CSS, and in Android it will look like this.
If you don’t like that, you could use the angular bootstrap select, or make your own select .