I have an input field that is displaying an underline when I start typing text. This is not the autocorrect underline but a black underline as I have tried disabling auto-complete and spellcheck. This only appears on android jelly bean phones.
<input type="search" id="searchInput" class="searchInput" placeholder="placeholder" />
I have removed all css from the input tag and nothing I do will disable this underlining.
As soon as i remove focus from the input field the underlining goes away.
Any idea how to prevent this?