muhimasri / b-editable-table

A Bootstrap Vue editable table for editing cells using built-in Bootstrap form elements
MIT License
33 stars 11 forks source link

Hit Tab button at last line will throw error #13

Closed pnhuyduy closed 2 years ago

pnhuyduy commented 2 years ago

When I focus at last input in last line and hit tab button, like this image

Console log image image

Seem like you forgot to check rowIndex exists.

muhimasri commented 2 years ago

Thank you for creating an issue. I'll add a fix for this in the next release next week.

Cheers!

Yet-Another-Programmer commented 2 years ago

The sandbox still contains the issue: grafik

muhimasri commented 2 years ago

Thanks for the note. It should be fixed now. I published latest version and updated CodeSandbox example.

Yet-Another-Programmer commented 2 years ago

Works! No more error messages: grafik