n4kz / react-native-material-textfield

Material textfield
Other
901 stars 831 forks source link

Can i disable auto correction on OutlinedTextField? #340

Open EM-Sabeel opened 2 years ago

EM-Sabeel commented 2 years ago

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