Merge pull request #3530 from anandpdoshi/anand-june-29
[fix] Item Variant Attribute autocomplete appearance. Fixes #3488, #3515, #3525
This commit is contained in:
commit
ea02b9a5c3
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user