vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.89k stars 1.16k forks source link

MD-Table remove on selections removes wrong element #2187

Open mrwhy-orig opened 4 years ago

mrwhy-orig commented 4 years ago

Steps to reproduce

User v. 1.0.0 Beta 11 Use md-table with single selectable On selection try to remove item from model. If you going to remove the last element it works just fine. If you going to remove the first element the wrong element is deleted.

Which browser?

Chrome latest, FF latest,

What is expected?

The selected element should be removed.

What is actually happening?

The wrong element is being removed