You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature request which would fit very nicely with vuetify-dialog.
Currently it's possible to get dialogs with only standard one textfield forms with this library. Often one needs to display a dialog with more fields or more options. This is surprisinly easy to implement.
We can use either vuetify-jsonschema-form or Vuetify-Form-Base to generate a Vuetify form from json/json schema. Then to integrate one would just need to place either of the components and pass an input json and return changed json data as a result.
So it would allow to pass data as json (and optionally schema) to get a dialog with any form:
This is a feature request which would fit very nicely with vuetify-dialog.
Currently it's possible to get dialogs with only standard one textfield forms with this library. Often one needs to display a dialog with more fields or more options. This is surprisinly easy to implement.
We can use either vuetify-jsonschema-form or Vuetify-Form-Base to generate a Vuetify form from json/json schema. Then to integrate one would just need to place either of the components and pass an input json and return changed json data as a result.
So it would allow to pass data as json (and optionally schema) to get a dialog with any form:
This would allow for any kind of input scenarios and would make this already useful library so much more cooler.
PS. It would be great if use of forms could be optional and would allow for either of the libraries, as both have their own merits.
The text was updated successfully, but these errors were encountered: