mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +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) {
|
onload: function(frm) {
|
||||||
var df = frappe.meta.get_docfield("Variant Attribute", "attribute_value");
|
var df = frappe.meta.get_docfield("Variant Attribute", "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