css - How to style select option elements in Ionic for Android? -


i'm using ionic framework build application. application includes lots of select elements.

when view application on android 4.4, selects , options expected.

when view application on android 5.0 or 5.1, text of options grey, leads users think options disabled (they not).

ionic's documentation select css includes following: "ionic's select styled appearance prettied relative browser's default style. however, when select elements opened, default behavior on how select 1 of options still managed browser."

can tell me how can control styling of select options don't appear disabled? monkeying around ionic's css doesn't appear change anything, , i'm guessing that's because android "styling" element, rather ionic.

thanks.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -

java - How can I send the data from a imput type="file" to the controller? -