'NativeScript: How to disable keyboard predictions for TextField on iOS?

I'd like to hide the suggestions/predictions at the top of the keyboard for the element on iOS. I found a post where someone figured it out for Android, but I can't find anything in the docs (or anywhere else for that matter) on how to do it for iOS.

I need to do this without a plugin. The two plugins that I've found that would probably work are incompatible with my version of NativeScript (v7).



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source