Slyders

Results 2 comments of Slyders

im trying to use this exemple : https://blitzar.cycraft.co/blitz-form/#advanced-example Its not working `{ id: 'powerUps', span: 1, // See more info in the Use Custom Components chapter component: 'BlitzForm', label: 'Choose...

``` const schema = [ { id: 'name', span: 1, component: 'input', label: 'Superhero name', subLabel: 'Think of something cool.', required: true, }, { id: 'Fields', component: 'QExpansionItem', defaultValue: ()...