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

TextArea pre filled information weird behavior (TextArea #1) #42

Closed
fnk0 opened this issue Oct 19, 2015 · 1 comment
Closed

TextArea pre filled information weird behavior (TextArea #1) #42

fnk0 opened this issue Oct 19, 2015 · 1 comment

Comments

@fnk0
Copy link

fnk0 commented Oct 19, 2015

1st of all thank you so much for this fantastic library!!

I'm experience a strange bug. So for this app I'm developing the user submits data to the server with each picture taken. To speed up future submissions is the app saves the previous user input. Everything works fine except for the TextArea row. Here's a screenshot of the behavior.

Here is how I'm instantiating the row:

let notesRow = TextAreaRow() {
   $0.placeholder = "Your notes goes here..."
   if let v = self.defaults.valueForKey(Const.D_NOTES) as? String {
       $0.value = v
       self.data.notes = v
   }
}

Any ideas how to fix?

img

@mtnbarreto
Copy link
Member

@fnk0 it seems that the link is broken.

Probably your issue is the same as this: #1. If not let me know.

regards

@mtnbarreto mtnbarreto changed the title TextArea pre filled information weird behavior TextArea pre filled information weird behavior (TextArea #1) Oct 21, 2015
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