## Background
In T346168 we've implemented the `error-hover` state using `border-color-error--hover` in TextInput. We need to include the same logic in the other components utilized in forms that contain `error` states.
- TextArea
- Select
- ChipInput
### User stories
- As a user, I need to know when a TextArea and Select are interactive when error.
### Design spec
//Link the spec sheets here once they are completed.//
| TextArea component's spec | Select component's spec |
### Open questions
-
### Acceptance criteria (or Done)
**Design**
[] Design the Figma spec sheets for those components and link them in this task:
[] TextArea
[] Select
[] ChipInput
[] Update the components in the [[ https://www.figma.com/file/KoDuJMadWBXtsOtzGS4134/❖-Codex-components?node-id=1891%3A4420&viewport=287%2C338%2C0.28 | Codex Figma library ]]. //This step will be done by a DST member.//
[] Update the image and list of states in the Guidelines > Interaction states in both:
[] TextArea
[] Select
[] ChipInput
**Code**
[] Update components in Codex using the `border-color-error--hover` token in the `error-hover` state:
[] TextArea
[] Select
[] ChipInput
---
#### Future tasks
- {T363515}