I have an input field that displays an underline when I start typing. This is not an auto-correction underline, but a black underline, as I tried to turn off auto-completion and spell checking. This only appears on phones with Android bean hardware.
<input type="search" id="searchInput" class="searchInput" placeholder="placeholder" />

I removed all css from the input tag, and will do nothing, turn off this underline.
As soon as I remove the focus from the input field, the underline goes away.
Any idea how to prevent this?
source share