Fix broken fullEmail feature

This commit is contained in:
hadi 2023-09-25 14:35:18 +02:00
parent 1d6caf5bdd
commit 8b5819094d

View File

@ -211,8 +211,8 @@ export class Et2SelectEmail extends Et2Select
...option.classList, ...option.classList,
"et2-select-draggable": !this.readonly && this.allowFreeEntries && this.allowDragAndDrop "et2-select-draggable": !this.readonly && this.allowFreeEntries && this.allowDragAndDrop
})} })}
?.fullEmail=${this.fullEmail} .fullEmail=${this.fullEmail}
?.onlyEmail=${this.onlyEmail} .onlyEmail=${this.onlyEmail}
?removable=${!readonly} ?removable=${!readonly}
?readonly=${readonly} ?readonly=${readonly}
?editable=${isEditable} ?editable=${isEditable}