This closes https://github.com/select2/select2/issues/3618. This closes https://github.com/select2/select2/pull/4123.
@@ -99,6 +99,7 @@ define([
id = Utils.generateChars(4);
}
+ id = id.replace(/(:|\.|\[|\]|,)/g, '');
id = 'select2-' + id;
return id;