Skip to content

Commit 9cf0f21

Browse files
committed
Selectmenu: add removeUniqueId to destroy method
1 parent b8cce0c commit 9cf0f21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/jquery.ui.selectmenu.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ $.widget( "ui.selectmenu", {
439439
this.menuWrap.remove();
440440
this.buttonWrap.remove();
441441
this.element.show();
442+
this.element.removeUniqueId();
442443
this.labelElement.removeUniqueId();
443444
}
444445
});

0 commit comments

Comments
 (0)