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

Fix value change handling

parent 570202d7
No related branches found
No related tags found
No related merge requests found
......@@ -188,6 +188,11 @@ class PersonSelect extends VPULitElementJQuery {
this.initSelect2();
}
break;
case "value":
if (this.$select !== null && this.$select.hasClass("select2-hidden-accessible")) {
this.initSelect2();
}
break;
case "entryPointUrl":
const that = this;
......
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