mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX Trigger change event on hidden input in TreeDrodpownField.js
This commit is contained in:
parent
3fe743aa51
commit
8e7d221ce2
@ -137,7 +137,7 @@
|
||||
else this.loadTree(null, updateFn);
|
||||
},
|
||||
setValue: function(val) {
|
||||
this.find(':input:hidden').val(val);
|
||||
this.find(':input:hidden').val(val).trigger('change');
|
||||
this.updateTitle();
|
||||
this.trigger('change');
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user