Orange-OpenSource / Orange-OpenSource/ouds-flutter
For `text area` component, update to v1.2.1
Open
@nouha06 is already working on this.
Since Apr 22, 2026.
⚛️ component
🔍 triage
🧰 library
- Dominant language
- Dart
- Stars
- 10
- Forks
- 5
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 9
Description
Prerequisites
- I have searched the backlog for duplicate or closed issues.
Description
About v1.2.1
Verbatims of @TonyAntonyHello:
For "Loading" state
- The loader frame has been renamed to Circular progress indicator.
- The following token has been removed: action-button-border-radius-default
- Absolute positioning has been removed and replaced with Auto Layout.
- The container now uses:
ouds/action/button/size/min-width-default 48
ouds/action/button/space/inset/icon-only-default 12
ouds/control/text-area/space/padding-block-trailing-container 8
[See Figma reference)(https://www.figma.com/design/5cF3f3KF2ppcj4m7LWqQTo/Control---Text-area?node-id=2708-1519)
About v1.2
Verbatims from @MaximeTonnerre:
Release note:
- Scope: Trailing action=False / State=Loading → Replacement of the button component (loading state) with a “Trailing container” frame containing the circular progress indicator component
- The input text reference changes from a regular weight (font-weight-label-default) to a medium weight (font-weight-label-moderate).
- Removal of the component’s max-width to avoid blocking certain layouts and to provide greater flexibility of use. The max-width values remain available in the design documentation.
- Adding the resize handle boolean property
For the “Empty” status and for all states (except the “Focus” state):
- Update of the typographic reference for the “Label text”
→ From “Label-small-default” to “Label-large-default”
- Modification of the padding block top value, with the addition of a new token
→ control-text-area-space-padding-block-top-empty
- Removal of the padding block bottom to rebalance the component height across all statuses and all states.
For the “Trailing container” frames:
- The responsive behavior (auto-layout) of the height changes from “Fill container” to “Hug content.”
- Removal of the max-height, token: ouds-control-text-area-size-max-height-assets-container
- Removal of the min-height, token: ouds-action-button-size-min-height
- Modification of the padding block, addition of 2 new tokens:
For the “Empty” status → ouds-control-text-area-space-padding-block-empty-trailing-container
- For the “Empty (Placeholder)” and “Filled” status → ouds-control-text-area-space-padding-block-trailing-container
Motivation & context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.