fix(tags): Close dropdown on tag selection
Context - https://github.com/frappe/frappe/pull/34625#pullrequestreview-3521774645
This commit is contained in:
parent
009e117f4d
commit
4ff1256fe1
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ frappe.ui.Tags = class {
|
|||
this.$input.on("input-selected", () => {
|
||||
// Adds tag if a input is selected
|
||||
select_tag();
|
||||
this.deactivate();
|
||||
});
|
||||
|
||||
this.$input.on("blur", () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue