json-schema-form-core icon indicating copy to clipboard operation
json-schema-form-core copied to clipboard

Core library

Results 4 json-schema-form-core issues
Sort by recently updated
recently updated
newest added

#### 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?

type: question

#### 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...