Closed khaled961 closed 7 months ago
You must be doing something wrong, prove it with reproducible code
and yet I haven't seen a reproducible code 💁🏼♂️
I also have the same issue.
<TextInputMask value={value} onChangeText={(formatted, extracted) => { onChangeText(extracted || ""); }} mask={["(", /\d/, /\d/, ")", " ", /\d/, /\d/, /\d/, " ", /\d/, /\d/, " ", /\d/, /\d/]} maxLength={14} placeholderTextColor="#BDBDBD" />
See? your mask is completely wrong, read the fucking readme
@CaioQuirinoMedeiros This is a component with an example mask from the usage block in readme.
The problem still here.
i want when i stand at the end of any part of the formatted value when I delete last number from the previous part to be deleted
https://github.com/CaioQuirinoMedeiros/react-native-mask-input/assets/54375389/32fce310-db09-440c-bf78-4c592ff785cf