eclipsesource / eclipsesource/jsonforms

Support `additionalProperties` in React Material renderer set

Open
#2,492 2 comments 0 reactions 0 assignees View on GitHub
feature material react
Dominant language
TypeScript
Stars
2.7k
Forks
424
Avg merge
17d 8h
Merged PRs (30d)
1

Description

### Describe the bug

I have the following schema:

```
"auth_style": {
"type": "string",
"enum": [
"header",
"param",
"body"
]
},
"client_key": {
"type": "string"
},
"client_secret": {
"type": "string"
},
"endpoint_params": {
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"type": "string"
}
}
},
```

### Expected behavior

It should deal with it as a map of string -> string list and render correctly

### Steps to reproduce the issue

Use the schema I provided

### Screenshots

Image

### Which Version of JSON Forms are you using?

v3.6.0

### Package

Core, React Material Renderers, React Bindings

### Additional context

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.