react-native-masked-text icon indicating copy to clipboard operation
react-native-masked-text copied to clipboard

Can't remove separtor from the middle of the string (IOS only)

Open monastyrskiiden opened this issue 5 years ago • 5 comments

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}
/>

monastyrskiiden avatar Oct 01 '19 13:10 monastyrskiiden

same here

FranklinSilva avatar Oct 28 '19 17:10 FranklinSilva

same +1

coolirisroto avatar Jun 18 '20 22:06 coolirisroto

any updates on this one? experiencing the same problem in 1.13.0

igar6 avatar Aug 15 '20 18:08 igar6

same issue in 1.13.0

ryzhak avatar Dec 22 '20 06:12 ryzhak

same

SemenovDeveloper avatar Mar 23 '23 05:03 SemenovDeveloper