documentcloud / visualsearch

A Rich Search Box for Real Data
http://documentcloud.github.io/visualsearch/
MIT License
1.8k stars 225 forks source link

Hide/show elements correctly when search is empty #141

Open dule opened 10 years ago

dule commented 10 years ago

This fixes:

  1. Hiding the placeholder when there's input in the search box
  2. Hiding the cancel/clear button when the search box is empty

This includes the changes of #134 as both relies on the same check if the search box is truly empty and #134 is yet to be merged.