fix: MultiSelectList search bug (#7884)
This commit is contained in:
parent
5b94dc147e
commit
ff5f1ae45f
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ frappe.ui.form.ControlMultiSelectList = frappe.ui.form.ControlData.extend({
|
|||
|
||||
this.set_input_attributes();
|
||||
this.values = [];
|
||||
this._selected_values = [];
|
||||
this.highlighted = -1;
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue