hamzahamidi / ajsf

Angular JSON Schema Form
https://hamzahamidi.github.io/ajsf
MIT License
358 stars 182 forks source link

additionalProperties aren't displayed #330

Open t3rmo opened 1 year ago

t3rmo commented 1 year ago

Describe the bug which template:

additionalProperties aren't displayed.

To Reproduce Steps to reproduce the behavior:

Use this schema to reproduce bug.

schema = { "parameters": { "$schema": 'https://json-schema.org/draft/2020-12/schema', "type": 'object', "properties": { "rangesByKey": { "type": 'object', "additionalProperties": { "type": 'object', "properties": { "min": { "type": 'integer', }, "max": { "type": 'integer', }, }, }, }, }, }, };

Expected behavior Additional Properties should be displayed in plain html as defined in schema.

Screenshots image

Desktop (please complete the following information):

Log output covering before error and any error statements

no errors or logs are thrown

Detailed Description

Context

Possible Implementation

lambnoah99 commented 1 year ago

I second this!

t3rmo commented 1 year ago

This project is dead, but issue is still relevant