-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Text is duplicated with TextAreaRow #1
Labels
Comments
This problem does not occurs if I set my text in placeholder instead of value, but this row does not allow to change the placeholderColor, so it results with the disabled state with a very bright gray. |
any solution? |
mtnbarreto
pushed a commit
that referenced
this issue
Oct 1, 2015
@Dean151 It was a small issue in my end. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've found a graphic bug that occurs with TextAreaRow ;
I want to use that row to display non editable disclaimer text.
But when I do using the value property, a label is present with a duplicated version of the text.
I tried to force to an empty string the title and the placeholder with the same result.
Here is a screenshot of what happens. I've scrolled a little to be sure that the text is visible. It doesn't scroll and stay at the center.
Here is the code I use for this particular row :
The text was updated successfully, but these errors were encountered: