In my NET8
MAUI
, I have this code
<Entry ...
IsSpellCheckEnabled="False"
IsTextPredictionEnabled="False"
... />
What I want to disable is the spell check and the prediction text for this Edit
. The result is
the result is that the spell check and the prediction text are there. How can I remove them?