react-native-masked-text
react-native-masked-text copied to clipboard
maxLength based on rawText or text?
Does maxLength takes rawText or text into account? This seems to behave differently in Android versus iOS. In Android, it does count the mask characters while in iOS uses the rawText.
What's the general rule for this?
I am also interested in this topic, any updates?