Skip to content
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

TextColor property #25

Open
jbpoulsen opened this issue Feb 28, 2018 · 4 comments
Open

TextColor property #25

jbpoulsen opened this issue Feb 28, 2018 · 4 comments
Assignees

Comments

@jbpoulsen
Copy link

Hi there. First of all, great control library!

I am trying to style controls a little, but im having issues setting the control TextColor property for the main Label (not the HiddenLabel).

Is this not possible at the moment?

@SuavePirate
Copy link
Owner

Do you mean the placeholder text color?

@jbpoulsen
Copy link
Author

No I mean the actual textcolor of the main field. So when using the picker control, the text color of the selected value in the picker cannot be changed. Same goes for the other controls. I can change the color of the “hidden label” and underline, but none of the properties regarding color seems to affect the actual value field. Let me know if you need more information.

@SuavePirate
Copy link
Owner

ah okay, I get what you mean. I'll work on this as well. What I'll likely do is just expose the underlying control as a component so the binding can be passed through that way.

@SuavePirate SuavePirate self-assigned this Mar 1, 2018
@jbpoulsen
Copy link
Author

Seems like a good idea. Depending on my schedule I could also take a look at it, but it seems you already have a pretty good idea of how to fix this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants