brutusin / json-forms

JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided
http://brutusin.org/json-forms
Apache License 2.0
607 stars 168 forks source link

getData() doesn't return boolean fields #83

Closed m-rl-n closed 7 years ago

m-rl-n commented 7 years ago

In the returning json from getData() all boolean properties are missing. I don't thinks it's a problem with my implementation because it is the same behaviour in your demo: http://brutusin.org/json-forms/#1 Predefined example "Simple" returns "null"

idelvall commented 7 years ago

Solved in src. Pending generating dist files... Thanks!

idelvall commented 7 years ago

https://github.com/brutusin/json-forms/releases/tag/v1.6.3

m-rl-n commented 7 years ago

Thanks for the fast fixing 👍