Ola
Warning: This is not BANano but rather VueJS + Vuetify on top of BANano.
Attached is a very minimal project that uses Vuetify + BANano and VJSF.
The only thing one needs to make this project run is BANano and not BVAD3
Problem:
I am able to generate the HTML that is purported to work:
This is based on the basic example in VJSF, here, https://codepen.io/pen/?&editors=101
The issue is that the compiled HTML returns an attribute of schema=[object Object] after I serve the project.
One can find this when right click on the web page and select Inspect...
I guess there is something I am missing somewhere. The expected result from the compilation is of this nature:
Thank you so much for trying to check this out!
Warning: This is not BANano but rather VueJS + Vuetify on top of BANano.
Attached is a very minimal project that uses Vuetify + BANano and VJSF.
The only thing one needs to make this project run is BANano and not BVAD3
Problem:
I am able to generate the HTML that is purported to work:
B4X:
<v-app id="app"><v-main id="vmain"><v-container id="container"><v-form id="vform" v-model="valid" ref="vform"><v-jsf id="vjsf" :schema="schema" :model="model" :options="options"></v-jsf></v-form><v-row id="r1" class="mt-2"><v-btn id="btn1" color="primary" v-on:click="btn1_click">Validate</v-btn></v-row></v-container></v-main></v-app>
This is based on the basic example in VJSF, here, https://codepen.io/pen/?&editors=101
The issue is that the compiled HTML returns an attribute of schema=[object Object] after I serve the project.
One can find this when right click on the web page and select Inspect...
I guess there is something I am missing somewhere. The expected result from the compilation is of this nature:
Thank you so much for trying to check this out!