dyaliCode / svelte-formly

Generator dynamic forms for Svelte JS
https://svelte.formly-js.com
MIT License
253 stars 30 forks source link

Is Nesting possible? #60

Closed ru-kovachev closed 1 year ago

ru-kovachev commented 1 year ago

I have been trying to make a form with something like this

let test={
  id:1,
    fields:[
      {field1:true},
      {field2:123}
    ]
}

But I can't figure out what I have to do in order to load it... any tips?

kamalkech commented 1 year ago

try to share ur issue using repl