Merge pull request #1801 from bobbyrenwick/patch-1
Fixing reference to undefined this triggering change on multiselect
This commit is contained in:
commit
92c6cef6cb
1 changed files with 1 additions and 1 deletions
|
@ -3055,7 +3055,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||
self.updateSelection(data);
|
||||
self.clearSearch();
|
||||
if (triggerChange) {
|
||||
self.triggerChange(self.buildChangeDetails(oldData, this.data()));
|
||||
self.triggerChange(self.buildChangeDetails(oldData, self.data()));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue