react-native-masked-text
react-native-masked-text copied to clipboard
Can't remove separtor from the middle of the string (IOS only)
Hello, I can't remove separator from the middle of the line on IOS devices.
React Native: 0.60.5, OS: iOS react-native-masked-text: 1.12.5 Same issue: https://github.com/benhurott/react-native-masked-text/issues/35#issuecomment-510097660
Code example:
<TextInputMask
type="cel-phone"
options={{
maskType: 'INTERNATIONAL',
withDDD: true,
dddMask: '+9 999 999 9999',
}}
value={value}
onChangeText={onChangeText}
onBlur={onBlur}
autoCapitalize={autoCapitalize}
placeholder={placeholder}
name={name}
{...props}
/>
same here
same +1
any updates on this one? experiencing the same problem in 1.13.0
same issue in 1.13.0
same