fix(tags): Close dropdown on tag selection

Context - https://github.com/frappe/frappe/pull/34625#pullrequestreview-3521774645
This commit is contained in:
hexed0ut 2025-12-02 09:54:44 +05:30
parent 009e117f4d
commit 4ff1256fe1

View file

@ -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", () => {