@njsteele Thank you for your example! It really is awesome with quasar.
Do you know by any chance how/if the import of the quasar components can be skipped and ‘input’ be directly replaced with ‘q-input’?
...
children: [
{
#component: 'input',
component: 'q-input',
model: 'firstName',
fieldOptions: {
...
Something simillar is done in the fourth example in the documentation but I cant get it to work with quasar in the same way.