baseweb
baseweb copied to clipboard
Form Control Does Not Forward Error State
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.

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