vuetify temporary navigation drawer prevent closing from child element

Viewed 16

Hi everyone i'm struggling with what i thought could be easy. I have a component with a main card that display some datas. in this card i also have a button that toggled a temporary navigation drawer.

In this drawer i have some filter, based on v-switches v-autocomplete v-text-input and v-select.

My issue is that as soon as i interact with one of my filters it closes the temporary navigation drawer. i tryed @change.prevent on my elements but it doesn't work i also see that i could use a :staless props on the drawer but have no idea on how to use it on multiple fields

so how can i apply some props to all my element to prevent them to close the temporary navigation drawer but keeping updating each v-model value

Thanks

0 Answers
Related