fix: Autofocus on search bar of multiselect list
This commit is contained in:
parent
db4afbd021
commit
be3dcd2782
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ frappe.ui.form.ControlMultiSelectList = class ControlMultiSelectList extends (
|
|||
.concat(this._options)
|
||||
.uniqBy((opt) => opt.value);
|
||||
this.set_selectable_items(this._options);
|
||||
this.$filter_input.trigger("focus");
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue