mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
Update from changes in cce0ab57fa
This commit is contained in:
parent
cce0ab57fa
commit
48ed89b76f
@ -444,7 +444,7 @@ export class Et2TreeDropdown extends Et2WidgetWithSelectMixin(LitElement)
|
||||
return html`${map(value, (value, index) =>
|
||||
{
|
||||
// Deal with value that is not in options
|
||||
const option = this.optionSearch(value, this.select_options, 'item');
|
||||
const option = this.optionSearch(value, this.select_options, 'value', 'item');
|
||||
return option ? this.tagTemplate(option) : nothing;
|
||||
})}`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user