react-native-paper-dates icon indicating copy to clipboard operation
react-native-paper-dates copied to clipboard

The date isn't updated if user types at the middle.

Open funnywebdev opened this issue 4 years ago • 0 comments

5 If the user types at the middle of the input in this screen, the date isn't updated. Line 79-81 of TextInputMask.tsx file should be fixed like this if you don't mind.

    if (enhancedText.length === mask.length) {
      onChangeText && onChangeText(enhancedText)
    }

funnywebdev avatar Aug 31 '21 19:08 funnywebdev