From a6104f6727ae0f7521a07b90a4db18513db8bdb8 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 29 Nov 2023 09:29:54 -0700 Subject: [PATCH] Et2Select: Fix initial values not always displayed when options are from server or file --- api/js/etemplate/Et2Select/SearchMixin.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/js/etemplate/Et2Select/SearchMixin.ts b/api/js/etemplate/Et2Select/SearchMixin.ts index 4c487b3182..6230956cfe 100644 --- a/api/js/etemplate/Et2Select/SearchMixin.ts +++ b/api/js/etemplate/Et2Select/SearchMixin.ts @@ -638,6 +638,7 @@ export const Et2WithSearchMixin = dedupeMixin( { this._selected_remote.push(option); } + this.requestUpdate(); }); }