-
Notifications
You must be signed in to change notification settings - Fork 409
Closed
Description
Describe the bug
Angular 15 + jsonforms 3.1.0
When a page with form is opened error appears in chrome console.
Reproduced only if showUnfocusedDescription: true
and for fields with type: number | integer.
In Chrome, Edge: ERROR DOMException: Failed to execute 'setAttribute' on 'Element': '||' is not a valid attribute name.
In Firefox: ERROR DOMException: String contains an invalid character
Pet app for reproducing.
https://github.com/dimpon/angular-with-jsonforms
Expected behavior
No errors in the console
Steps to reproduce the issue
- Build and run pet app https://github.com/dimpon/angular-with-jsonforms
- Open in browser
- See error in the console
Screenshots
No response
In which browser are you experiencing the issue?
Chrome Version 114.0.5735.199 (Official Build) (64-bit)
Which Version of JSON Forms are you using?
v3.1.0
Framework
Angular
RendererSet
Material
Additional context
No response