You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs are light on details about how this should be used. It would be nice if there were some examples for usage in both parent and child elements. I've added questions I had while reading through the API documentation:
assignParentResizable
Is this mandatory for any element that has a parent that implements iron-resizable?
Should it be done in attached or another lifecycle callback?
notifyResize
While the docs state that this can be called manually, the example calls it during a lifecycle callback (this.async(this.notifyResize, 1). Is this mandatory or a good idea or ...?
The text was updated successfully, but these errors were encountered:
The docs are light on details about how this should be used. It would be nice if there were some examples for usage in both parent and child elements. I've added questions I had while reading through the API documentation:
assignParentResizable
attached
or another lifecycle callback?notifyResize
this.async(this.notifyResize, 1
). Is this mandatory or a good idea or ...?The text was updated successfully, but these errors were encountered: