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
It would be nice if the on-iron-localstorage-load callback had the value passed in to more easily do a data-down/actions-up flow.
You could set the value of your prop in the on-iron-localstorage-load callback when the local storage is first read (without querying the DOM, like you would have to do now), and then use a one-way data-binding to write to local storage any changes that happen in your component.
The text was updated successfully, but these errors were encountered:
It would be nice if the
on-iron-localstorage-load
callback had the value passed in to more easily do a data-down/actions-up flow.You could set the value of your prop in the
on-iron-localstorage-load
callback when the local storage is first read (without querying the DOM, like you would have to do now), and then use a one-way data-binding to write to local storage any changes that happen in your component.The text was updated successfully, but these errors were encountered: