We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d98939 + c0cc6c9 commit 5daca74Copy full SHA for 5daca74
1 file changed
select2.js
@@ -1027,7 +1027,7 @@ the specific language governing permissions and limitations under the Apache Lic
1027
1028
query.callback(data);
1029
});
1030
- // this is needed because inside val() we construct choices from options and there id is hardcoded
+ // this is needed because inside val() we construct choices from options and their id is hardcoded
1031
opts.id=function(e) { return e.id; };
1032
} else {
1033
if (!("query" in opts)) {
0 commit comments