https://github.com/dimpon/angular-with-jsonforms
jsonforms bug
https://github.com/dimpon/angular-with-jsonforms
Last synced: 12 months ago
JSON representation
jsonforms bug
- Host: GitHub
- URL: https://github.com/dimpon/angular-with-jsonforms
- Owner: dimpon
- Created: 2023-07-21T11:16:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T11:53:44.000Z (almost 3 years ago)
- Last Synced: 2023-07-21T13:23:27.715Z (almost 3 years ago)
- Language: TypeScript
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reproducing jsonforms 3.1.0 + Angular 15 bug
* *npm --force install*
* *ng server*
* in Chrome console:
```aidl
ERROR DOMException: Failed to execute 'setAttribute' on 'Element': '||' is not a valid attribute name.
```
Reproduced only
* If configuration has `showUnfocusedDescription: true`
* If a schema has element with `type: "number`