I'm currently working on a cross-browser application using Script#. I've incorporated a contenteditable div where users can input text. However, I am facing an issue with the auto correct/auto completion feature altering the user's text.
Could you please advise me on how to disable this feature that works seamlessly across all platforms (iOS, Android, Windows)?
I have attempted using autocorrect="off" and autocomplete="off", but unfortunately, neither options seem to be effective. Your assistance would be greatly appreciated.