Disabling auto-correct for TextEdit

How can I disable the auto-correct for <TextEdit> (I’m referring to iOS)? I have already tried changing the InputHint attribute.

(For reference, e.g. the Youtube-app does not suggest words when inputing search terms.)

Unfortunately, we do not have such an option yet. I’ve created an internal feature-request for it, as it sounds like a completely reasonable feature. Thanks for making us aware.

Awesome! Thanks for making this wonderful tool.

OK, this has been implemented internally, and will hopefully make it out in a release in about a week. The property you’ll be looking for is TextInput.AutoCorrectHint, which can have the values “Default”, “Enabled” or “Disabled”.