diff --git a/js/widgets/forms/select.custom.js b/js/widgets/forms/select.custom.js index 6b550c61b2a..817a394ad47 100644 --- a/js/widgets/forms/select.custom.js +++ b/js/widgets/forms/select.custom.js @@ -533,6 +533,9 @@ define( [ // Remove the popup this.listbox.remove(); + // Remove the dialog + this.menuPage.remove(); + // Chain up origDestroy.apply( this, arguments ); }