LukasBoll
LukasBoll
### Describe the bug Hovering over one of the categories in the Stepper of the “Categorization (Stepper)”-example leads to a very big hover-effect, that partially overlaps with other form elements....
This pull request addresses the "Angular date picker: selected date is off by one day" #2033 issue. Starting from [this](https://github.com/eclipsesource/jsonforms/pull/2035) implementation, I added the option to provide date formats and...
closes #2153
### Describe the bug When switching the example for the first time in the vue examples app, an error is shown in the console and JSONForms doesn't render the new...
### Is your feature request related to a problem? Please describe. Currently there is only one error-property for arrays, which contains errors from the top level of the array as...
Signed-off-by: Lukas Boll [email protected]
### Describe the bug allOf example in the vue example app crashes: error message: Uncaught (in promise) RangeError: Maximum call stack size exceeded at createComponentInstance (runtime-core.esm-bundler.js:7304:20) at mountComponent (runtime-core.esm-bundler.js:5813:48) at...
Eliminated circular dependencies in the core module and reorganized package structure. Ref #2321
This commit addresses an issue where array translations were created as new objects within the core module for each render cycle, causing unnecessary rerenders. By memoizing the translation object in...