We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b09673 commit 8864639Copy full SHA for 8864639
1 file changed
scripts/ontoportal.js
@@ -265,7 +265,11 @@ jQuery(document).ready(function ($) {
265
searching: function (params) {
266
// Change this to be appropriate for your application
267
return getLocalizedText("searchBy");
268
- }
+ },
269
+ inputTooShort: function(args) {
270
+ //return "Please enter " + args.minimum + " or more characters";
271
+ return '';
272
273
},
274
placeholder: placeholder,
275
// Some vocabs are very slow and/or fail with a 500 error when searching for only 2 letters
0 commit comments