mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
Merge pull request #3530 from anandpdoshi/anand-june-29
[fix] Item Variant Attribute autocomplete appearance. Fixes #3488, #3515, #3525
This commit is contained in:
@@ -7,6 +7,7 @@ frappe.ui.form.on("Item", {
|
|||||||
onload: function(frm) {
|
onload: function(frm) {
|
||||||
var df = frappe.meta.get_docfield("Item Variant", "item_attribute_value");
|
var df = frappe.meta.get_docfield("Item Variant", "item_attribute_value");
|
||||||
df.on_make = function(field) {
|
df.on_make = function(field) {
|
||||||
|
$(field.input_area).addClass("ui-front");
|
||||||
field.$input.autocomplete({
|
field.$input.autocomplete({
|
||||||
minLength: 0,
|
minLength: 0,
|
||||||
minChars: 0,
|
minChars: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user