Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2585
Turn off auto complete for igTextEditor
posted

Is there a way to tell the igTextEditor to ignore the browser auto-complete functionality?

Parents
No Data
Reply
  • 10685
    Offline posted

    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!

Children
No Data