-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request - Grey mask value #321
Comments
@sanniassin do we see in the future to add this support, this seems kind of an important feature to add. |
@tponthieux what did you do to overcome this? |
All of my text fields have the browser default gray placeholder text, except for the Date of Birth field that uses the mask. Its text is black. It really stands out, and makes the form look inconsistent. Can anyone comment on a way to style the color of the maskPlaceholder? Is there a way or workaround? |
Answered my own question. Yes, the maskPlaceholder can be styled. I was having a tough time with cache, which is why it wasn't changing. |
What solution did you try? Can you share it here please? @jim-pickering |
These days it's expected that unfilled mask values look grey. It would also be better that the input's value does not include the mask characters. The mask with grey text should go in a span behind the input with a transparent background.
The text was updated successfully, but these errors were encountered: