Is there a way to tell the igTextEditor to ignore the browser auto-complete functionality?
Hello Tammy,
Thank you for posting in our community!
In order to have some degree of control over the browser’s autocomplete, I suggest you consider using the HTML autocomplete attribute. This will allow to set either form or input specific autocomplete="off".
For example, I have disabled the autocomplete for the first and last name at the following sample fork http://jsfiddle.net/iganchev/r25qj1eu/5/ and yet there is still autocomplete for the Email field though.
Please let me know how my suggestions works for you!