Merge pull request #3000 from lenon/fix-maxlength
Fix for MaximumInputLength
This commit is contained in:
commit
1a7bb5fb54
1 changed files with 1 additions and 1 deletions
2
src/js/select2/data/maximumInputLength.js
vendored
2
src/js/select2/data/maximumInputLength.js
vendored
|
@ -15,7 +15,7 @@ define([
|
|||
this.trigger('results:message', {
|
||||
message: 'inputTooLong',
|
||||
args: {
|
||||
minimum: this.maximumInputLength,
|
||||
maximum: this.maximumInputLength,
|
||||
input: params.term,
|
||||
params: params
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue