baseweb icon indicating copy to clipboard operation
baseweb copied to clipboard

Form Control Does Not Forward Error State

Open ProjectBarks opened this issue 3 years ago • 1 comments

Current Behavior

When form control is set to error it should set the text area to error like the input. However, it does not reflect the error state. image

https://codesandbox.io/s/base-web-formcontrol-forked-ljmp0j?file=/src/example.js

Expected Behavior

Textarea shows error style

Your Environment

Tech Version
Base UI v10.8.0
React N/A
browser N/A
  • [x] I have searched the issues of this repository and believe that this is not a duplicate.

ProjectBarks avatar Feb 18 '22 06:02 ProjectBarks

Forked the repro sandbox and added some more debug information here https://codesandbox.io/s/base-web-formcontrol-forked-gewibh?file=/src/example.js

chasestarr avatar Feb 18 '22 17:02 chasestarr