In chrome, when I type in a search field, there appears a cross which clears the field when clicked (one can also use Esc for this).
<input type="search">
Is there any way to hide this cross?
EDIT:
If you use attribute results="2"
, it starts showing a magnifying glass too. what kind of sorcery is this? Why does the glass shows up when I use the results
attribute?
<input type="search" results="2">