@@ -191,6 +191,10 @@ export default {
clearTimeout(this.timeoutPending);
}
this.showPopper = false;
+
+ if (this.disabled) {
+ this.doDestroy();
+ }
},
setExpectedState(expectedState) {