Collaborne / paper-search

A Material Design search bar (Polymer)
https://www.webcomponents.org/element/Collaborne/paper-search
Apache License 2.0
51 stars 29 forks source link

All the filter button to be hidden completely, not just the badge #4

Closed tidzo closed 8 years ago

tidzo commented 8 years ago

Hi, I wanted to be able to hide the filter button on paper-search-bar completely so I've added a property to do so, 'hideFilterButton'. Setting this in markup as the dashed equivalent now hides it completely:

<paper-search-bar hide-filter-button placerholder="Enter query"></paper-search-bar>

ronnyroeller commented 8 years ago

@tidzo Many thanks for your contribution!