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
In the Polymer documentation for <paper-toggle-button>, the events section lists the two callbacks as change and core-change, but the actual callbacks seem to be on-change and on-core-change.
Ah, yea I actually misunderstood the documentation. change and core-change are definitely fired, since I mentioned their respective on callbacks, but I thought event callbacks were documented with their respective on-x methods, and not the event x. Seems I was mistaken.
As for reporting, I just used the documentation's "file a bug" button, which didn't notice sent me to the base polymer repo, or here.
In the Polymer documentation for <paper-toggle-button>, the events section lists the two callbacks as
change
andcore-change
, but the actual callbacks seem to beon-change
andon-core-change
.Similarly for <paper-checkbox>.
The text was updated successfully, but these errors were encountered: