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
{{ message }}
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.
I attempted to use a placeholder to describe text for multiline, though nothing appears. Would appreciate understanding how I am in error (the below snippet does not reveal the placeholder text):
let section2 = FormSectionDescriptor(headerTitle: "Description", footerTitle: nil)
let row3 = FormRowDescriptor(tag: Static.textView, type: .multilineText, title: "")
row3.configuration.cell.placeholder = "this is a test"
section2.rows.append(row3)
The text was updated successfully, but these errors were encountered:
I attempted to use a placeholder to describe text for multiline, though nothing appears. Would appreciate understanding how I am in error (the below snippet does not reveal the placeholder text):
The text was updated successfully, but these errors were encountered: