Closed AMBudnik closed 6 years ago
Source: https://docs.handsontable.com/pro/1.16.0/demo-handsontable.html
It logs an error in the console
And after we decide to exit the editor
The code fails at the
return this.getSourceDataAtRow(selection[0]).name line as after 1.16.0 selection is an array of arrays - not a single value as before.
return this.getSourceDataAtRow(selection[0]).name
selection
This issue is still present in v 4.0.0 of our docs
4.0.0
The issue is no longer replicable in v 5.0.1 https://docs.handsontable.com/pro/5.0.1/demo-handsontable.html
Source: https://docs.handsontable.com/pro/1.16.0/demo-handsontable.html
It logs an error in the console
And after we decide to exit the editor
The code fails at the
return this.getSourceDataAtRow(selection[0]).name
line as after 1.16.0selection
is an array of arrays - not a single value as before.