After following the sample & setting up a spreadsheet (v3.1.4) in a new VueJs (2.6.11) project, when I run I get a js error after selecting a cell for edit and blurring:
Uncaught TypeError: Cannot read property 'input' of null
at e.blur (spreadsheet.min.js?45dd:21)
at e.endEdit (spreadsheet.min.js?45dd:12)
at t.eval (spreadsheet.min.js?45dd:12)
at eval (spreadsheet.min.js?45dd:12)
at Array.map (<anonymous>)
at t.fire (spreadsheet.min.js?45dd:12)
at t.setSelectedCell (spreadsheet.min.js?45dd:21)
at eval (spreadsheet.min.js?45dd:21)
at eval (spreadsheet.min.js?45dd:12)
at Array.map (<anonymous>)
and
spreadsheet.min.js?45dd:12 Uncaught TypeError: Cannot read property 'el' of null
at e._restoreFocus (spreadsheet.min.js?45dd:12)
at eval (spreadsheet.min.js?45dd:12)
Any ideas? Are there any working examples? Currently evaluating the component