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

on change dropdown(click) values, previous and changed values are not coming to onChange callback #534

Closed
RajaRamu opened this issue Mar 28, 2013 · 2 comments
Labels

Comments

@RajaRamu
Copy link

I have a dropdown values. when i change the dropdown value in a cell by clicking that. i don't get proper values.

on change of any cells, i am getting fine as below.

onChange - {0:["col","row","currentvalue","changedvalue"]}

For Dropdown values by clicking ( enter working fine), getting following, not getting currentvalue.

onChange - {0:["col","row","changedvalue","changedvalue"]}

@setthase
Copy link

This is duplicate of #530

@warpech
Copy link
Member

warpech commented Apr 29, 2013

This should be fixed now in 0.8.22. Could you please retest? Thanks!

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

No branches or pull requests

3 participants