add missing element prop to data. fix #936
This commit is contained in:
parent
8520793f25
commit
31101764ff
@ -1946,7 +1946,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||||||
this.select
|
this.select
|
||||||
.val(val)
|
.val(val)
|
||||||
.find(":selected").each2(function (i, elm) {
|
.find(":selected").each2(function (i, elm) {
|
||||||
data = {id: elm.attr("value"), text: elm.text()};
|
data = {id: elm.attr("value"), text: elm.text(), element: elm.get(0)};
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
this.updateSelection(data);
|
this.updateSelection(data);
|
||||||
|
Loading…
Reference in New Issue
Block a user