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
feat(checkbox-item,radio-button-item,switch-item,text-input,pincode-input,phonenumber-input,password-input): add a constrained max width parameter to these components (#533)(#538)
* feat: Add constrainedMaxWidth parameter to control items and text input components
feat:(checkbox-item,radio-button-item,switch-item,text-input): add a constrained max width parameter to these components
* feat: Add constrainedMaxWidth Pin Code input
* feat: replace center by container
* chore: update changelog
* chore: update position of property `constrained max width`
* chore : add row to components non centred
Copy file name to clipboardExpand all lines: app/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
-[Tool] Add `ITSAppUsesNonExemptEncryption` into info.plist ([#526](https://github.com/Orange-OpenSource/ouds-flutter/issues/526))
12
12
13
13
### Changed
14
+
-[DemoApp][Library] Update `Control Items` and `Inputs` API to allow max-width management ([#533](https://github.com/Orange-OpenSource/ouds-flutter/issues/533))
0 commit comments