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

to support #12, I can add test coverage

in order to render, email inputs, date inputs, ... custom inputs

A oneOf element defines an object that validates against exactly one alternative in a list of definitions. So to generate a preloaded form with a oneOf element, you need to...

**Description**: The radio button and checkbox in the form did not aligned correctly and cause the UI to looks distorted. **Pic before changes:** ![image](https://github.com/brutusin/json-forms/assets/137158566/9b21ae4e-dad9-4bcd-a6fb-7fca8e4445f3) _The radio button and checkbox is...