Skip to main content

PrimaryTextInput

Content

Primary text input component which should be used in project.

Params

Extends TextInputProps and additionally adds next properties

NameTypeRequiredDefault valueDescription
nextInputFocusRefMutableRefObject<any>FalseUndefinedIf provided then when onSubmitEditing fires focuses on next input
inputRefRef<any>FalseUndefinedReference of TextInput
containerStyleViewStyleFalseUndefinedStyle of container
labelstringFalseUndefinedStyle of container
errorstring or nullFalseUndefinedError which will be shown under the input
hintstringFalseUndefinedHint which will be shown under the input