CyCraft / CyCraft/blitzar

BlitzListForm breaking with quasar?

Open
#135 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vue
Stars
126
Forks
22
PR merge metrics
No merged PRs in 30d

Description

First off, this is an awesome library, thank you for maintaining it :)

I'm trying to get Quasar to work with [this example](https://blitzar.cycraft.co/blitz-list-form/#blitzform-example) (BlitzListForm nested in a BlitzForm)

Taken the following schema, `teacher.*` renders just fine but `students[]` break, the labels seems to be lost and rendered as separate components. Something I'm missing? Does BlitzListForm support internalLabels?
```js
[
{
id: "teacher.nameFirst",
label: "Teacher First Name",
component: "QInput",
},
{
id: "teacher.nameLast",
label: "Teacher Last Name",
component: "QInput",
},
{
id: "students",
label: "Student Names",
component: "BlitzListForm",
schema: [
{ id: "nameFirst", label: "First Name", component: "QInput"},
{ id: "nameLast", label: "Last Name", component: "QInput" },
],
},
]
```
![blitslist](https://user-images.githubusercontent.com/22466178/175092530-bb653ab9-6fca-4e4f-929a-28988949bbf7.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.