未验证 提交 847b8ab3 编写于 作者: C Catouse 提交者: GitHub

Merge pull request #201 from easysoft/dev/picker/25316

* Solve the problem that the picker is not cleared before selecting
......@@ -466,6 +466,7 @@
Picker.prototype.select = function(value, notHideDropList) {
var that = this;
that.$search.val() && that.$search.val('');
if (!that.isSelectedValue(value)) {
if (that.triggerEvent('select', {value: value, picker: that}) === false) {
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册