Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is a bug in ChosenListBox.insertItemToGroup() #85

Closed
ali-jalaal opened this issue Jun 29, 2013 · 1 comment
Closed

There is a bug in ChosenListBox.insertItemToGroup() #85

ali-jalaal opened this issue Jun 29, 2013 · 1 comment

Comments

@ali-jalaal
Copy link

Hi,

In gwtchosen-1.1.0.jar, in ChosenListBox, in this method:

public void insertItemToGroup(String item, String value, int groupIndex, int itemIndex) {
insertItemToGroup(item, null, item, groupIndex, itemIndex);
}

The 3rd parameter should be "value" instead of "item".

Regards,
Ali Jalal.

@jDramaix
Copy link
Contributor

This issue is fixed in the last release (1.2.0)

Duplicate : #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants