Background
As a result of error style changes made in T377977 and in reference to T370641, the style of the error states in form elements are being updated. For those who can see the style update (a subtle red background color within the inputs), this calls even more attention to the input as an error. This means that we should be really intentional about when we build in error states natively into Codex components to be sure that we want to show this state. The error state should be shown when something is wrong and needs to be fixed. The error message within the field that houses the input should explain how to fix the error, but the style of the input helps to draw more attention to the item that needs to be fixed. More explanation can be found in a comment on T377977.
Examples
Outcome
ChipInput is the only component which has built-in validation behavior of this sort. We will address this in T378631.
Acceptance criteria
- Determine if and which Codex components' native error behavior needs to be updated.
- Make updates to components which we determine need to be updated

