Merge pull request #1188 from ae-utbm/autocomplete-sas

Clear tom select text when identifying users in SAS
This commit is contained in:
thomas girod
2025-09-26 15:48:24 +02:00
committed by GitHub

View File

@@ -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("");
},
/**