TextInput Border Styles

Ok, so Im trying to skin the ComboBox component. After 2 days and TONS of reading, I finally have it. There’s just ONE thing left:

When the ComboBox “editable” parameter is set to false, the border of the TextInput (subcomponent) field is white. When editable is set to true, the styles applied using setStyle work, but I dont know how to change the border when editable is set to false! It should be very clear but there’s no documentation about it at all!

Anybody know about this? Thanks in advance…