You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
letnotesRow=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?
The text was updated successfully, but these errors were encountered:
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:
Any ideas how to fix?
The text was updated successfully, but these errors were encountered: