fix triggering of unwated change. #824
This commit is contained in:
parent
0a201b07a5
commit
d04d127cab
@ -1855,7 +1855,9 @@ the specific language governing permissions and limitations under the Apache Lic
|
||||
self.opts.element.val(!data ? "" : self.id(data));
|
||||
self.updateSelection(data);
|
||||
self.setPlaceholder();
|
||||
self.triggerChange();
|
||||
if (triggerChange) {
|
||||
self.triggerChange();
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user