Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

AlanOsta's avatar

Dependent / Cascade Dropdown using Vue3 + Vuetify (composition API) and Axios

Hi I'm tying to create simple dependent dropdown using Vue3 + Vuetify using Axios but when response arrives rerender of the v-select component is not happening.

Some explanation on the expected behavior: The first dropdown renders a list of soccer matches (partidos) which are passed from the controller thru IntertiaJS.

Once the match is selectd it should fetch a list of people which can request an entrance to that match and are showed on the second dropdown to be selected and submited.

The response looks good on the console.log but the 2nd dropdown is not being populated, even the isLoading ref is not updating in the v-select component.

Can anyome help with this? what I'm missing?

0 likes
1 reply
AlanOsta's avatar
AlanOsta
OP
Best Answer
Level 3

I missed the integrantes.value = res.data; on the response. noob mistake.

Please or to participate in this conversation.