facebook / react-strict-dom

React Strict DOM (RSD) is a subset of React DOM, imperative DOM, and CSS that supports web and native targets
MIT License
3k stars 148 forks source link

feat: polyfill for `::placeholder` using `placeholderTextColor` #96

Closed ecreeth closed 2 months ago

ecreeth commented 2 months ago

This PR adds support for ::placeholder.

Only the color prop is supported on native, because we can't apply custom styles to the text (placeholder element)

Fixes #79

necolas commented 2 months ago

Thanks! I added the warnings for unsupported placeholder styles