app/pb_kits/playbook/pb_textarea/docs/_textarea_props_swift
Props
Name | Type | Description | Default | Values |
---|---|---|---|---|
characterCount | CharacterCount |
Adds a character counter to the Textarea | .noCount |
.noCount .count .maxCharacterCount .maxCharacterCountBlock .maxCharacterCountError |
inline | Bool |
Changes the style of the Textarea | false |
true false |
label | String |
Adds a label | nil |
|
placeholder | String |
Adds placeholder text | nil |
|
text | String |
Sets the Textarea’s text value | Binding |
|
error | String |
Changes the style of the Textarea | nil |