json-schema-form-core
json-schema-form-core copied to clipboard
Core library
#### Description Add support case for enumNames. Spec: https://github.com/json-schema-org/json-schema-spec/issues/57 We have some schemas with the following shape: ```javascript { "jsonSchema": { "type": "object", "title": "Datalist", "properties": { "test": { "type":...
Hello, I'd like to use the core lib without a framework. Is there an example of that anywhere?
#### Enhancement As a developer, when I install json-schema-form-core #### Expected behaviour I expect to be able to require the library. I'm looking at refactor our react-talend-forms package using the...
@Anthropic Hi Anthropic I just completed a schema based form editor for angular 2 for a future project and I would like to discuss my solution with you - if...