jsonform icon indicating copy to clipboard operation
jsonform copied to clipboard

Build forms from JSON Schema. Easily template-able. Compatible with Twitter Bootstrap out of the box.

Results 24 jsonform issues
Sort by recently updated
recently updated
newest added

Please checkout new fork: https://github.com/piorek94/jsonform The main goal of this fork: - update bootstrap to 4.6.1 - merge all features of [original repo](https://github.com/jsonform/jsonform) and [ulion fork](https://github.com/ulion/jsonform) - update all dependencies...

Just wondering if there is support for HTML Tables. I have found arrays and tab arrays but would like a table

In Jquery-ui autocomplete sample, "customFormItems": { "name": { "type": "text", "autocomplete": { "source": ['abc', 'bed', 'bee', 'dog', 'cat'] } } } i want to bind the source from api. Is...

I would like to display the option selected in the parent tab of a tabarray as shown below. However, I'm not able to see how it is done. Any suggestions?...

Hi, Is it possible to describe a schema with an object in a object ? The idea is to describe an object ` button` with its own properties and using...

HI I tried mrthan/jsonform-rails for table generation because ulion does not have that, But I dont know how to use it, its not documented and its generating only one row,...

Hi, I have a type `question`, but i dont know how to set values in edit mode, i need to have default select depends upon option ``` "yes" : {...

first of all i'm thrilled you've picked up this project and have not allowed it to go stale... i have the most current version of your master branch with the...

Currently default values will only be applied if there is more than one field set as 'checked'. I've found and fixed the issue and supplied the patch. Essentially, the onBeforeRender...