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

"TextInputMask" works, "TextMask" doesn't.

Open huntermetts opened this issue 4 years ago • 0 comments

When I use the "TextInputMask" tag the value displays, but I don't want the user to be able to click on the value, I just want to display it.

However when I use the "TextMask" tag, the value goes away.

Screen Shot 2020-03-18 at 2 11 13 PM Screen Shot 2020-03-18 at 2 10 57 PM ^ Working code and result Screen Shot 2020-03-18 at 2 11 34 PM Screen Shot 2020-03-18 at 2 11 26 PM ^ Not working code with "Verified Order Total" missing

huntermetts avatar Mar 18 '20 19:03 huntermetts