Modified syncCssClasses to use output of adapter when applying a class rather than applying the original class
This commit is contained in:
parent
8647d51fd6
commit
53d1fea248
@ -349,7 +349,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||||||
if (this.indexOf("select2-") !== 0) {
|
if (this.indexOf("select2-") !== 0) {
|
||||||
adapted = adapter(this);
|
adapted = adapter(this);
|
||||||
if (adapted) {
|
if (adapted) {
|
||||||
replacements.push(this);
|
replacements.push(adapted);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user