I’m not seeing any way to change the placeholder color for a native.newTextField; we’d like to do so because we’ve got a text field on a dark background and the black default placeholder color is impossible to see. Is there some way to do this I’m missing?
We don’t currently support changing the placeholder color. You could implement your own placeholder text using the normal Text Field text. You would clear this placeholder text when the text field received focus (“began” phase in the textField listener).
We don’t currently support changing the placeholder color. You could implement your own placeholder text using the normal Text Field text. You would clear this placeholder text when the text field received focus (“began” phase in the textField listener).