You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new props could be something along the lines of the placeholderColor and placeholderComposite that I've added in this sample.
Reasoning
I would like to validate my user's input and indicate missing fields with a simple color change, currently I can add a different style like a border color, but a placeholder color would be slightly better.
Alternative
Having a custom placeholder component would fulfill this need
Feature Request Description
Currently as a consumer of this library I have no way to control the placeholder color of the input field
Code
Something as simple as this would get the job done (sample from the fumi class)
The new props could be something along the lines of the
placeholderColor
andplaceholderComposite
that I've added in this sample.Reasoning
I would like to validate my user's input and indicate missing fields with a simple color change, currently I can add a different style like a border color, but a placeholder color would be slightly better.
Alternative
Having a custom placeholder component would fulfill this need
#12
The text was updated successfully, but these errors were encountered: