I am facing an issue with Twin Column Select.
Suppose the left column consists of 4-5 items and I select one and click the button to move it to right.
The selected item moves to right column but the problem I am facing is that, along with the selected item another item which is just below the selected item is also moved to the right column.
Basically, it is not possible to move a single item rather it always pushes two items at a time to the right column.
This weird behavior is not observed in development environment but when the application is deployed on the server, it definitely occurs.
Could some one help to resolve this issue as this is very critical for us ?