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