MCPcopy Create free account
hub / github.com/select2/select2 / MaximumInputLength

Function MaximumInputLength

src/js/select2/data/maximumInputLength.js:4–8  ·  view source on GitHub ↗
(decorated, $e, options)

Source from the content-addressed store, hash-verified

2
3], function () {
4 function MaximumInputLength (decorated, $e, options) {
5 this.maximumInputLength = options.get('maximumInputLength');
6
7 decorated.call(this, $e, options);
8 }
9
10 MaximumInputLength.prototype.query = function (decorated, params, callback) {
11 params.term = params.term || '';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…