Collaborne / paper-search

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

fix "iron-flex-layout is depricated" warning #17

Closed urdeveloper closed 7 years ago

urdeveloper commented 7 years ago

This PR will fix #16.

ronnyroeller commented 7 years ago

@urdeveloper Thanks for providing the PR. Turns out that we need the some part of the paper-style. I created another commit that solves the issue https://github.com/Collaborne/paper-search/commit/69e17c23f305c027ff8427f3e49ebeddb57a2c82

urdeveloper commented 7 years ago

The last commit seams to break the layout in search bar:

image

To fix it, iron-flex custom style needs to be included in search-bar:

<style include="iron-flex">

I can create a new PR if you'd like.