Reputation: 265
On documentation page of Vuetify https://vuetifyjs.com/en/components/dialogs, there is an example of dialog Component. You can see the select component get out of the dialog :
I don't have the same behaviour on my page, I don't understand why :
You can see my code sample on : https://github.com/aprovin/vuetify-dialog1
Upvotes: 0
Views: 1106
Reputation: 4220
You should remove the attach
prop in your v-dialog
component
Upvotes: 2