yariksav / vuetify-dialog

Easy dialogs in Vuetify.js framework
MIT License
195 stars 48 forks source link

Multiple fields in one prompt #143

Closed TranceGeniK closed 2 years ago

TranceGeniK commented 2 years ago

Is it possible to have multiple fields in one prompt dialog ?

Would be very useful to ask for user/password combo at the same time

yariksav commented 2 years ago

No, you have to create own component and open it with this.$dialog.showAndWait(YourComponent)