We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"]}
The text was updated successfully, but these errors were encountered:
This is duplicate of #530
Sorry, something went wrong.
bugfix: onChange fired twice when changing an autocomplete cell (fixes …
def39e8
…#260, #530, #531, #534)
This should be fixed now in 0.8.22. Could you please retest? Thanks!
No branches or pull requests
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"]}
The text was updated successfully, but these errors were encountered: