Dialog with Form Componenets
-
How to combine multiple form components (username,email,password,…) together through the “form” inside a Dialog?
in v14:
http://v0-14.quasar-framework.org/components/dialog.html#Dialog-with-Form-Componentsthese form components do not show up in v15.
Very new to Quasar, please help
-
in v0.15, there’s no “form prop” for the dialog component.
You must create your own form components and put them in your dialog.jsfiddle example: https://jsfiddle.net/eyudzfk1/15/
-
@chbarr thanks