Need to switch off auto correct and spell check on the Entry
component in Xamarin Forms(UITextField equivalent of Cocoa)
Is there any property to do this?
Set IsTextPredictionEnabled
property to False
<Entry Text="YOUR TEXT" IsTextPredictionEnabled="False"/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With