-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pangolin 3766 localized multiline text field (#2794)
* feat(localized-multiline-text-input): add support for isCondensed property on LocalizedMultilineTextInput * feat(localized-multiline-text-input): set value of cacheMeasurements based on whether isCondensed value has been toggled * feat(localized-multiline-text-input): move cacheMeasurements to prop exposed on LocalizedMultilineTextInput * feat(localized-multiline-text-field): add support for isCondensed prop on LocalizedMultilineTextField * feat(localized-multiline-text-field): add cacheMeasurements prop to LocalizedMultilineTextField component to allow resizing height when isCondensed toggles * feat(localized-multiline-text-field): update readme description for cacheMeasurements, change storybook default value to true, add default value in component * feat(localized-multiline-text-field): update readme default value to include quotes * feat(localized-multiline-text-field): remove changeset from previous branch
- Loading branch information
Showing
5 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@commercetools-uikit/localized-multiline-text-field': minor | ||
--- | ||
|
||
Add support for isCondensed prop to LocalizedMultilineTextField |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters