As the subject states, is there anyway to add a color to the background of a text input element? I know you can change the color of the text itself, but if possible…for what I’m working on, it would help if there was a way to add color to that type of element?
You might look to using the TextEdit control if you need to fully style the text inputs in your app. It’s basically just the TextInput wihtout any standard visual decoration.