From 4a067f8515febf40df12fd8cb4c23d414b25b531 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 ecba874bf3..050fc7f51f 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(); }); }