remove text box drop down suggestions
Try this attribute in your input tag:
autocomplete="off"
This should do it
<input type="text" autocomplete="off" />
Try this attribute in your input tag:
autocomplete="off"
This should do it
<input type="text" autocomplete="off" />