-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Bind to value
on <input type="color">
#521
Comments
Sorry, this is a failure in my code. Not an issue with Polymer! |
Hey, I'm having trouble changing the input text color. It's not responding to my css. The label text responds with no problem, its when the user starts typing - that font color won't change. Currently, the color is black, but I need it white. I wanted to see if this is just my problem? paper-input floatingLabel label="enter your email" name="EMAIL" class="paperemail" style="width:400px"> /This affects the label, not the user input text/ |
Try using the ::shadow pseudo-element (http://jsbin.com/cegipe/6/edit) something like: .paperemail, On Wed, Sep 24, 2014 at 7:51 PM, KatyKasmai [email protected]
|
That did the trick. Thanks Rob! |
Binding to
value
on a<input type="color">
doesn't update the component. OnChromium 34.0.1847.132 (265804)
I'd be happy to help contribute to Polymer if you could point in me in the correct place to fix this.
The text was updated successfully, but these errors were encountered: