springload / madewithwagtail

A showcase of sites and apps made with Wagtail CMS, the easy to use, open source Django content management system
http://madewithwagtail.org
MIT License
84 stars 21 forks source link

Use search input type for search field #76

Closed thibaudcolas closed 7 years ago

thibaudcolas commented 7 years ago

At the moment the search field is type="text". This doesn't fully leverage browsers' special treatment of search fields.

We will need to be careful when changing this not to break the form's styling (see screenshot).

mww-search
jennyadamsnz commented 7 years ago

I've updated the type to search & updated the stylesheet. I've also added autofocus. Can you review please @thibaudcolas?