react-native-material-textfield
react-native-material-textfield copied to clipboard
Can i disable auto correction on OutlinedTextField?
React native text input supports autoCorrect prop, I'm trying to pass it to material textfield, but doesn't appear to be working. https://reactnative.dev/docs/textinput.html#autocorrect @n4kz