## Background
We implemented the min-width `@size-1600` (256px) in the following Codex components:
- Combobox
- Select
- TextInput and ChipInput
In order to maintain consistency between TextInput and TextArea, we should apply the same min-width `@size-1600` (256px) in TextArea.
### Design spec
// Once a component spec sheet has been created in Figma, remove the note stating that the spec is missing and link to the spec below. //
| [[ https://www.figma.com/file/kA55PHoVPIy0MbfWdCCkdN/Text-Area---T284272?type=design&node-id=1828%3A9777&mode=design&t=XhXLqNmazWgu42hU-1 | Component spec sheet ]] |
### Open questions
// Add here the questions to be answered in order to design and implement the component //
### Acceptance criteria (or Done)
**Design**
[] Include the recommendation for a min-width `@size-1600` (256px) in the Min/Max examples of the TextArea's Figma spec
[] Document the same in the component guidelines of the doc site.
**Code**
[] Implement the min-width `@size-1600` (256px) in TextArea