Forum Moderators: open
However, I need to know how to get rid of these drop down entries for a rapid data entry project in which they are VERY distracting.
In searching the web, the only things I find are ways of clearing default values when the box gets the focus, e.g.
<input type="text" onFocus="this.value=''" value="Email address here">
This does not get rid of those drop down historical entries.
Does anyone know how to do this?
Thanks vm
jck