ramones
Gotta bump this post.
Recently created a project which is being exported to NW.js and has some TextBoxes with CSS.
Now, NW.js apparently saves what I enter in the forms and autocompletes it.
Wouldn't be much of a issue if autocomplete wouldn't cause this ugly yellow-ish overlay which overwrites my CSS:
(Up: normal, bottom: autocomplete)
I tried the javascript way you provided, but that doesn't work. And yes, I set the ID to the same ID as in the javascript.
When googling, I also found html tags to remove autocomplete, but I obviously can't use that in C2.
Any new way of disabling autocomplete for Textboxes?
Thanks everyone.