ecoutu / eco-json-schema-form

Polymer 1.0 json schema form builder
http://ecoutu.github.io/eco-json-schema-form
MIT License
10 stars 10 forks source link

This is cool stuff, few questions #2

Open ayapsone opened 7 years ago

ayapsone commented 7 years ago

I have some few issues, it may be me but wanted to check, after cloning for my polymer project.

  1. tried to use boolean ( check boxes ), form is getting wrapped - though i could fix by removing "custom-style" in eco-json-schema-object.
  2. when tried demo page with this schema

    {"$schema":"http://json-schema.org/schema#","title":"sample","type":"object","properties":{"A":{"title":"A","type":"object","properties":{"1":{"title":"one","type":"boolean"},"2":{"title":"two","type":"boolean"}}},"B":{"title":"B","type":"object","properties":{"1":{"title":"one","type":"boolean"}}}}}