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

TextAreaRow does not hide placeholder when value is setted #12

Closed
prine opened this issue Oct 2, 2015 · 2 comments
Closed

TextAreaRow does not hide placeholder when value is setted #12

prine opened this issue Oct 2, 2015 · 2 comments

Comments

@prine
Copy link

prine commented Oct 2, 2015

First of all thanks for this awesome library!

I am not 100% sure if I am doing it right. But when I set a value on a TextAreaRow the placeholder is still beeing shown and a strange overlay with the value is also displayed.

screen shot 2015-10-02 at 13 45 48

Here is the code I use to set the value form the TextAreaRow:

<<< TextAreaRow("textEN") {
    $0.placeholder = "Text EN"
    $0.value = self.report?.textEN
}
@mtnbarreto
Copy link
Member

@prine
We have already fixed the issue, take a look here #1

@prine
Copy link
Author

prine commented Oct 5, 2015

Ah sorry, didnt see that there was already an issue about that. Would be nice to have these fixes integrated in the Cocoapods version.

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