ptmt / react-native-macos

[deprecated in favor of https://microsoft.github.io/react-native-windows/] React Native for macOS is an experimental fork for writing desktop apps using Cocoa
MIT License
11.25k stars 429 forks source link

Fix placeholder not showing if placeholderTextColor is not set #211

Closed jamztang closed 5 years ago

jamztang commented 5 years ago

TextInput placeholderText should still display even if no placeholderTextColor is set. This aligns with how NSTextField behaves.

<TextInput
    placeholder="search"
/>