diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js index ed1367e0b61..5da3d35443a 100644 --- a/erpnext/stock/doctype/item/item.js +++ b/erpnext/stock/doctype/item/item.js @@ -7,6 +7,7 @@ frappe.ui.form.on("Item", { onload: function(frm) { var df = frappe.meta.get_docfield("Item Variant", "item_attribute_value"); df.on_make = function(field) { + $(field.input_area).addClass("ui-front"); field.$input.autocomplete({ minLength: 0, minChars: 0,