Searched defs:formatInputTooShort (Results 1 – 2 of 2) sorted by relevance
/plugin/tagfilter/script/select2/ | ||
H A D | select2.js | 3336 …formatInputTooShort: function (input, min) { var n = min - input.length; return "Please enter " + … method in $.fn.select2.defaults |
H A D | select2.min.js | 22 …+"</li>"),void 0;if(d.val().length<f.minimumInputLength)return K(f.formatInputTooShort,"formatInpu… method in a.fn.select2.defaults |