mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-20 09:56:31 +00:00
Fixed Manage Variants Attribute autocomplete appearance.
This commit is contained in:
@@ -5,6 +5,7 @@ frappe.ui.form.on("Manage Variants", {
|
||||
onload: function(frm) {
|
||||
var df = frappe.meta.get_docfield("Variant Attribute", "attribute_value");
|
||||
df.on_make = function(field) {
|
||||
$(field.input_area).addClass("ui-front");
|
||||
field.$input.autocomplete({
|
||||
minLength: 0,
|
||||
minChars: 0,
|
||||
|
||||
Reference in New Issue
Block a user