Skip to content

Commit 8864639

Browse files
committed
US897 - Removing input too short message
1 parent 5b09673 commit 8864639

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

scripts/ontoportal.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,11 @@ jQuery(document).ready(function ($) {
265265
searching: function (params) {
266266
// Change this to be appropriate for your application
267267
return getLocalizedText("searchBy");
268-
}
268+
},
269+
inputTooShort: function(args) {
270+
//return "Please enter " + args.minimum + " or more characters";
271+
return '';
272+
},
269273
},
270274
placeholder: placeholder,
271275
// Some vocabs are very slow and/or fail with a 500 error when searching for only 2 letters

0 commit comments

Comments
 (0)