zet-lib 1.2.63 → 1.2.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/moduleLib.js +1 -1
  2. package/package.json +1 -1
package/lib/moduleLib.js CHANGED
@@ -270,7 +270,7 @@ m.typeahead = (req, res, table, elem) => {
270
270
  $("${element}").val("");
271
271
  $("${element}").change();
272
272
  });${Util.newLine}`
273
- script += `$("${elem}").typeahead({highlight: true,source: function (query, asyncprocess) {
273
+ script += `$("${elem}").typeahead({highlight:true,minLength:2,source: function (query, asyncprocess) {
274
274
  jQuery.ajax({
275
275
  url : "/ztypeahead/${table}/${key}",
276
276
  type : 'GET',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.2.63",
3
+ "version": "1.2.64",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"