radix-ui / themes

Radix Themes is an open-source component library optimized for fast development, easy maintenance, and accessibility. Maintained by @workos.
https://radix-ui.com/themes
MIT License
5.67k stars 204 forks source link

[TextField] Add support for error states #586

Open bw opened 2 months ago

bw commented 2 months ago

Unless I'm missing something, it doesn't look like the TextField component has support for being in an error state.

Passing color as red doesn't work because the red highlight is only visible when the component is focused. It looks like there's Preview support within the Primitives' styling

based on validity. It would be good to bring this to the component library.