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'