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
{{ message }}
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.
We should replace IronResizableBehavior with the native Resize Observer.
This API is not supported by older Safari versions, so we need to load a polyfill.
The mixin should create an observer instance in the connectedCallback in order to observe element size change, and then call disconnect() inside of disconnectedCallback.
This mixin should be used in vaadin-tabs, vaadin-form-layout etc.
The text was updated successfully, but these errors were encountered:
We should replace
IronResizableBehavior
with the native Resize Observer.This API is not supported by older Safari versions, so we need to load a polyfill.
The mixin should create an observer instance in the
connectedCallback
in order to observe element size change, and then calldisconnect()
inside ofdisconnectedCallback
.This mixin should be used in
vaadin-tabs
,vaadin-form-layout
etc.The text was updated successfully, but these errors were encountered: