[Vuejs]-How do I handle multiple select dropdown component with their values?

0👍

This is a way to do it :

check the sample : https://codesandbox.io/s/vue-template-5jbmz ;

I commented what i’ve changed above the line …. basically your main issue was that your defaultRow was not incrementing ….so you were just pushing an empty array to your allLists

Leave a comment