Skip to content

BlitzListForm breaking with quasar? #135

@duurland

Description

@duurland

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

I'm trying to get Quasar to work with this 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?

[
    {
      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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions