javascript - Resizable elements in polymer -


i tried make component resizable cards using paper-dialog, , tried use css property "resize:both;" couldnt find way update interior elements , components when container (paper-dialog) increases in size. there way capture resize event on element? when do, should call/do trigger css update?

thanks!

with polymer 1.x there corresponding behaviour handling element resizing -- polymer.ironresizablebehavior. here example demonstrates how can used.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -