Skip to content
Snippets Groups Projects
Verified Commit 343ca254 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

feat(select): send standard event changed

parent aaf32bbc
No related branches found
No related tags found
No related merge requests found
......@@ -2100,6 +2100,8 @@ function setSelection(selection) {
selection,
});
fireEvent(this, "change");
return new Processing(() => {
const CLASSNAME = "selected";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment