From 8b5819094d18e7dff92cf7cd7d6de87ebdd313ba Mon Sep 17 00:00:00 2001 From: hadi Date: Mon, 25 Sep 2023 14:35:18 +0200 Subject: [PATCH] Fix broken fullEmail feature --- api/js/etemplate/Et2Select/Select/Et2SelectEmail.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/js/etemplate/Et2Select/Select/Et2SelectEmail.ts b/api/js/etemplate/Et2Select/Select/Et2SelectEmail.ts index 32fec1bd8e..d393a0ef9f 100644 --- a/api/js/etemplate/Et2Select/Select/Et2SelectEmail.ts +++ b/api/js/etemplate/Et2Select/Select/Et2SelectEmail.ts @@ -211,8 +211,8 @@ export class Et2SelectEmail extends Et2Select ...option.classList, "et2-select-draggable": !this.readonly && this.allowFreeEntries && this.allowDragAndDrop })} - ?.fullEmail=${this.fullEmail} - ?.onlyEmail=${this.onlyEmail} + .fullEmail=${this.fullEmail} + .onlyEmail=${this.onlyEmail} ?removable=${!readonly} ?readonly=${readonly} ?editable=${isEditable}