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 - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -