Always the better appraoch is to give form autocomplete=”off”
<form autocomplete="off">
<input type="text" id="text1">
<input type="text" id="text2">
</form>
Then only newer versions of Eclipse support HTML5 tags such as autocomplete else it will show warning…