I'm having trouble disabling spelling suggestions for an input box and everything I've tried so far hasn't worked.
I've already used attributes like autocomplete="off", autocapitalize="off", and spellcheck="off" for the input field, but the suggestion bar above the keypad still shows up.
This issue is causing problems with my layout. Any effective solutions out there?