mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
Fix search letter cannot be disabled
This commit is contained in:
parent
dce4ac78fc
commit
24d9d3ef53
@ -270,6 +270,15 @@ export class Et2ColumnSelection extends Et2InputWidget(LitElement)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Add in letters
|
||||||
|
this.shadowRoot.querySelectorAll("[part='columns'] > :not(.column)").forEach((i : SlMenuItem) =>
|
||||||
|
{
|
||||||
|
if(i.checked)
|
||||||
|
{
|
||||||
|
value.push(i.value);
|
||||||
|
}
|
||||||
|
})
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user