This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Setting priority 1 on select2.js directive introduces a rendering problem on selecting from the dropdown #111
Open
Description
I am working with sanathko on a project that uses select2 and this is related to bug #110
The fix here does address the problem we were having but now it has introduced a new problem.
The new problem is as follows:
When a user selects from the select2 dropdown the model gets updated and the 'selection' is made but... it is not displayed on the first attempt. If the user chooses the same dropdown choice then it is displayed correctly.
We are using Angular1.2.rc3 and not the latest version of Angular.