diff options
-rw-r--r-- | ui/jquery.ui.selectmenu.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index 740c64c47..8888fac4d 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -439,6 +439,7 @@ $.widget( "ui.selectmenu", { this.menuWrap.remove(); this.buttonWrap.remove(); this.element.show(); + this.element.removeUniqueId(); this.labelElement.removeUniqueId(); } }); |