Friday, January 27, 2012
Google Chrome: input type="search" & results HTML attribute!
Pulled my hair for a while as the search icon did not appear inside "input type='search'" on Chrome.
Took a while to realize that I had missed results=".." attribute (number of history item to drop-down) in the HTML tag!
<input type="search" placeholder="Search" results="3" ...>
Took a while to realize that I had missed results=".." attribute (number of history item to drop-down) in the HTML tag!
<input type="search" placeholder="Search" results="3" ...>