fix limit dropdown

This commit is contained in:
2026-05-19 16:20:55 +02:00
parent 3e69e3c322
commit e42d1b9c51
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -349,7 +349,7 @@
return {
field_id: fieldId,
q: params.term || "",
limit: 10,
limit: 0, // 0 = no limit for custom field values
};
},
processResults: function (data) {