From ec80b72a25180080e397f6e659347645dc50e619 Mon Sep 17 00:00:00 2001 From: imperosol Date: Thu, 25 Sep 2025 07:38:44 +0200 Subject: [PATCH] clear tom select text when identifying users in SAS --- sas/static/bundled/sas/viewer-index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/sas/static/bundled/sas/viewer-index.ts b/sas/static/bundled/sas/viewer-index.ts index 0eec9d36..ba17ee46 100644 --- a/sas/static/bundled/sas/viewer-index.ts +++ b/sas/static/bundled/sas/viewer-index.ts @@ -309,6 +309,7 @@ exportToHtml("loadViewer", (config: ViewerConfig) => { // Clear selection and cache of retrieved user so they can be filtered again widget.clear(false); widget.clearOptions(); + widget.setTextboxValue(""); }, /**