How to disable browser Autocomplete/Suggestions on web form input on Windows 10 mobile?

Viewed 619

I'm using Windows 10 Mobile Edge browser. I have added attributes below and that helps for Android and IOS devices but on Windows Mobile I still have that problem.

autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"

enter image description here

1 Answers
Related