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
Currently, we learn of selection-change events through data-bindings only. Selections can change via internal (to iron list) event handlers or through the selection-related functions. We'd currently have to resort to some unpleasant techniques for separating internal (user-driven) changes from external (code-driven) changes.
Description
Currently, we learn of selection-change events through data-bindings only. Selections can change via internal (to iron list) event handlers or through the selection-related functions. We'd currently have to resort to some unpleasant techniques for separating internal (user-driven) changes from external (code-driven) changes.
https://github.com/webcomponents/gold-standard/wiki/Property-Change-Events
The text was updated successfully, but these errors were encountered: