Skip to content

Releases: ukjadoon/ui-select2

RenderUI break fix

01 Apr 11:40

Choose a tag to compare

Update select2.js

RenderUI break fix

Renamed render method to avoid conflict

26 Mar 10:35

Choose a tag to compare

Renamed render method to avoid conflict.

Post Angular 1.2, the render method defined in select2.js clashes with Angular's native render method, thus, breaking the tagging functionality.

By renaming the method, this problem is averted.