naprej
  • css
  • firefox
  • html
  • javascript
  • mootools
  • mysql
  • php
  • web
  • xubuntu
06/06/2014

How to clear history of text input

How to Turn Off Form Autocompletion

<input type='email' name='email' autocomplete='off'>
someForm.setAttribute( 'autocomplete', 'off' );
someFormElm.setAttribute( 'autocomplete', 'off' );

If the mobile device is iOS, you might need autocorrect='off'

https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion

html
  • Copyright © 2009 - 2023 naprej.com