mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +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) =>
|
return html`${map(value, (value, index) =>
|
||||||
{
|
{
|
||||||
// Deal with value that is not in options
|
// 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;
|
return option ? this.tagTemplate(option) : nothing;
|
||||||
})}`;
|
})}`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user