Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

multilineText placeholder #173

@appsird

Description

@appsird

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions