LabelledMultilineTextInput
Component | Source Code
extends MultilineTextInputProps, LabelledProps
Props Inheritance Hierarchy: ComponentPropsWithRef<“textarea”> -> MultilineTextInputProps & LabelledProps
Properties
Section titled “Properties”error?: string
Section titled “error?: string”info?: string
Section titled “info?: string”label?: string
Section titled “label?: string”labelPosition?: LabelPosition
Section titled “labelPosition?: LabelPosition”What position the label text appears relative to the input.
labelProps?: LabelProps
Section titled “labelProps?: LabelProps”labelTextProps?: InlineTextProps
Section titled “labelTextProps?: InlineTextProps”onChangeText?: Function
Section titled “onChangeText?: Function”Handler for when the user attempts to change the input.