diff --git a/components/lib/ripple/Ripple.js b/components/lib/ripple/Ripple.js index a02620451..69a17995a 100644 --- a/components/lib/ripple/Ripple.js +++ b/components/lib/ripple/Ripple.js @@ -11,6 +11,7 @@ const Ripple = BaseRipple.extend('ripple', { this.$host.setAttribute('data-pd-ripple', true); } else { this.remove(this.$host); + this.$host.removeAttribute('data-pd-ripple'); } } },