How to get the index value from the dropdown of v-combobox when down and up arrow buttons are clicked in vuetify 3
I have created a v-combobox where I am getting the values from other component in the same vuetify 3 project.
I want to get the index values of the highlighted value when arrow buttons are used.