mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-05-13 03:01:39 -04:00
Selectmenu: add removeUniqueId to destroy method
This commit is contained in:
1
ui/jquery.ui.selectmenu.js
vendored
1
ui/jquery.ui.selectmenu.js
vendored
@@ -439,6 +439,7 @@ $.widget( "ui.selectmenu", {
|
||||
this.menuWrap.remove();
|
||||
this.buttonWrap.remove();
|
||||
this.element.show();
|
||||
this.element.removeUniqueId();
|
||||
this.labelElement.removeUniqueId();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user