mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 14:08:46 +02:00
collections
This commit is contained in:
@@ -2,6 +2,10 @@ class ChoicesElement extends HTMLSelectElement {
|
||||
plugins = [];
|
||||
connectedCallback() {
|
||||
|
||||
if (this.tomselect) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.getAttribute('multiple')) {
|
||||
this.plugins.push('remove_button');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user