Skip to content
Snippets Groups Projects
Commit e914729e authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Fix change event

parent 2f18c4ce
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ class PersonSelect extends VPULitElementJQuery {
$this.attr("data-object", JSON.stringify(object));
// fire a change event
this.dispatchEvent(new CustomEvent('change', {
that.dispatchEvent(new CustomEvent('change', {
detail: {
value: identifier,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment