clear tom select text when identifying users in SAS

This commit is contained in:
imperosol
2025-09-25 07:38:44 +02:00
parent b4f5a866e3
commit ec80b72a25

View File

@@ -309,6 +309,7 @@ exportToHtml("loadViewer", (config: ViewerConfig) => {
// Clear selection and cache of retrieved user so they can be filtered again // Clear selection and cache of retrieved user so they can be filtered again
widget.clear(false); widget.clear(false);
widget.clearOptions(); widget.clearOptions();
widget.setTextboxValue("");
}, },
/** /**