Skip to content

LabelledMaskedTextInput

Component | Source Code

extends MaskedTextInputProps, LabelledProps

Props Inheritance Hierarchy: Omit<TextInputProps, “onChangeText”> -> MaskedTextInputProps & LabelledProps




What position the label text appears relative to the input.




Mask to apply to the input. The masking is applied using maskText.

const onlyNumbersMask = /\d/;

Handler for when the user attempts to change the input.