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
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?
To clarify, the problem is not the css. But that the components in BlitzListForm does not receive the props for the label/hint, which is not consistent with how the components are rendered with BlitzForm.
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 butstudents[]
break, the labels seems to be lost and rendered as separate components. Something I'm missing? Does BlitzListForm support internalLabels?The text was updated successfully, but these errors were encountered: