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
PaperInkyFocusBehavior is actually an array of behaviors, so there's no clean way of grabbing a reference to the right _createRipple. Also, since this is within a method called _createRipple, it's not possible to use the behavior and call it. Without proper inheritance, there's no way of doing this cleanly.
See https://github.com/PolymerElements/paper-behaviors/blob/7937ad3/demo/paper-radio-button.html#L112.
PaperInkyFocusBehaviorImpl should only be referenced internally by PaperInkyFocusBehavior.
The text was updated successfully, but these errors were encountered: