Et2TreeDropdown: Pass actions on to tree

This commit is contained in:
nathan 2024-02-26 17:03:57 -07:00
parent 0f139fb257
commit 7f8e62e915

View File

@ -620,6 +620,7 @@ export class Et2TreeDropdown extends SearchMixin<Constructor<any> & Et2InputWidg
?disabled=${this.disabled}
value=${this.multiple ? nothing : this.value}
._selectOptions=${this.select_options}
.actions=${this.actions}
@sl-selection-change=${this.handleTreeChange}
>