You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a field has an error/invalid state, its border should be red.
To Reproduce
Steps to reproduce the behavior:
Go to any form with required fields (like sign in)
Attempt to submit the form without data
View the error state for the field
No red border is displayed
Expected behavior
A red border should display.
Screenshots
Desktop (please complete the following information):
OS: macOS
Browser: Chrome
Additional context
Invalid styles are set for fields, but something about the current composition of components in React Aria is preventing those styles from applying. Figure out what is wrong.
The text was updated successfully, but these errors were encountered:
Describe the bug
When a field has an error/invalid state, its border should be red.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A red border should display.
Screenshots
Desktop (please complete the following information):
Additional context
Invalid styles are set for fields, but something about the current composition of components in React Aria is preventing those styles from applying. Figure out what is wrong.
The text was updated successfully, but these errors were encountered: