Paramount
Edit page
IntroductionCustomizationLayout
Components
AlertAvatarBadgeBoxButtonCheckboxCollapsibleContainerCounterDialogDividerDrawerFormFieldHeadingIconLabelListItemListPickerModalNativePickerParagraphPickerPopoverProgressBarRatingRow and ColumnSliderSwitchTextTextInputUsagePropsToastVisibleWheelPicker
ContributingReadme

TextInput

Composes React Native's TextInput

Usage

Props

overrides
Partial<{ root: overridewithstyle<textinputbaseprops, rootprops, styleprop<viewstyle>>; lefticonwrapper: overridewithstyle<textinputbaseprops, lefticonwrapperprops, styleprop<viewstyle>>; lefticon: overridebase<...>; input: overridewithstyle<...>; righticon: overridebase<...>; righticonwrapper: overridewithstyle<......
size
Number | "small" | "medium" | "large" | undefined
medium
isDisabled
Boolean | undefined
isInvalid
Boolean | undefined
onValueChange
((value: string) => void) | undefined
onClear
(() => void) | undefined
isClearable
Boolean | undefined