react-native-character-input
react-native-character-input copied to clipboard
handleChange function should return both stripped and raw input value.
The raw value will consist of all modifiable and disabled characters. The stripped value will only have modifiable characters.
The purpose of this enhancement is to allow users to have more freedom in the text they get back from the input. Just in case if they still want to use disabled characters.