jsonforms
jsonforms copied to clipboard
Control Error Icon Renders Falsely while screen size is less than 600px
Describe the bug
- There are zero errors produced by the <JsonForms> component onChange method.
- The Control Component Error Icon renders while the screen size is less than 600px.
- If the screen width is expanded past 600px the Error Icon will disappear.
Expected behavior
The Error Icon should not render while there are zero errors produced by the <JsonForms> component.
Steps to reproduce the issue
- Render a group component without errors.
- Make your screen width larger than 600px.
- Compress the width until you get the Icon Error.
- See attached screen shots for example.
Screenshots
Without Bug
With Bug

In which browser are you experiencing the issue?
Fire Fox Version 102.0
Framework
React
RendererSet
Material
Additional context
No response