jsonforms icon indicating copy to clipboard operation
jsonforms copied to clipboard

Control Error Icon Renders Falsely while screen size is less than 600px

Open gittc100 opened this issue 3 years ago • 0 comments

Describe the bug

  1. There are zero errors produced by the <JsonForms> component onChange method.
  2. The Control Component Error Icon renders while the screen size is less than 600px.
  3. 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

  1. Render a group component without errors.
  2. Make your screen width larger than 600px.
  3. Compress the width until you get the Icon Error.
  4. See attached screen shots for example.

Screenshots

Without Bug Screenshot from 2022-09-30 14-50-09 With Bug Screenshot from 2022-09-30 14-50-29

In which browser are you experiencing the issue?

Fire Fox Version 102.0

Framework

React

RendererSet

Material

Additional context

No response

gittc100 avatar Sep 30 '22 19:09 gittc100