json-forms
json-forms copied to clipboard
JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided
This issue is different from Issues #63 and #84 When initial data is passed, the form with array items gets loaded properly as per the initial data passed. However, when...
Hi , I am using brutusin:json-forms in my project to create form dynamically. But I have found one issue with validation. If form is empty then validation is not working...
In order to ensure that json-forms can generate any form I desired, I tried to write a schema which can generate itself, but failed. Here is my schema: { "$schema":...
Email validation don't work,i can type what i want.... (ff&chrome tested)
Im doing a fully integrated npm library, that combines: restify, generate-schema, jquery, brutus-json-forms, datatables, diskdb In node, instance restify, and do a init call to microdash, and you get a...
It would be useful when ID field has to be shown. Currently user can change the field and it saves a new object to database. ```json id: { "type": "string",...
I am trying to create a form in which I require the array to have a dynamic schema for a certain field. I tried this by combining http://brutusin.org/json-forms/#3 and http://brutusin.org/json-forms/#0...
$ref?
$ref should do an ajax call (with id of the schema?) but actually : function getDefinition(path) { var parts = path.split('/'); var def = root; for (var p in parts)...
This looks very exciting, but I'm having some issues getting started. I'd like to be able to read a schema from a file with some initial data from another file...
After edit my data,validate them.....why not show them? How i do it ?