Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix calling select2('', args) on multiple elements
This fixes an issue that has existed since Select2 4.0.1 where the arguments passed into each `<select>` were mutated. This no longer mutates the arguments for each element, and instead only drops the first argument once. This closes #4245
- Loading branch information