eclipsesource / eclipsesource/jsonforms
Support `additionalProperties` in React Material renderer set
- 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
### Which Version of JSON Forms are you using?
v3.6.0
### Package
Core, React Material Renderers, React Bindings
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.