json-forms icon indicating copy to clipboard operation
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

Results 64 json-forms issues
Sort by recently updated
recently updated
newest added

I appreciate https://github.com/brutusin/json-forms/blob/master/README.md#status. For the benefit of anyone else who trips over this or who knows how to fix it: I think this schema defines an object that contains an...

The script uses the command `eval` in line [1242](https://github.com/brutusin/json-forms/blob/d0fa10a7c364134c9e81911dd60a9e1f80d47385/dist/js/brutusin-json-forms.js#L1242). As far as I can see, this command is useless, as there are no other variables that require this function. However,...

Thank you for this excellent library. What about adding module loading support and publishing it to npm and bower?

enhancement
help wanted

Use decorator to meet this requirement is not intuitive, so I made enum rendering accept a {text:XXX, value:XXX} object to render display text and value respectively

#113 I finally had some time to learn how to start a pull request.

I'd like to be able to define that a form element have its own `id` or `class` in the schema so it can be styled by CSS upon rendering. Is...

Instead of showing all the input in the form .. we can have an option to make it show 1 after another, after answer the previous Input . next input...

For exmaple you are on Queston1 then if the provided answer is 2 Jump to Question 3 something like this senario its good to add a condition that if the...

Hi everyone! How do i set a initial date in a string with date format? I have tried this in the demo, but no luck, even when setting a proper...