Skip to content

Commit 7322364

Browse files
InputText support for iconBefore/After & prefix/suffix (#575)
* icon added to inputText style not completed * compoent updated mostly working * update inputText component * update inputText component * update inputText component * inputText rebuild * inputText updated to only take one before and one after element * inputText updated and working as expectes extra padding when using add-ons. * updated tests ready for review * updated tests * updates after first review * update tests * Adjust padding for icon/prefix/suffix Co-authored-by: Meredith Dodge <[email protected]>
1 parent e0aab42 commit 7322364

File tree

9 files changed

+683
-629
lines changed

9 files changed

+683
-629
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## Added
1111

12+
- updated `InputText` and its tests to support IconBefore, IconAfter, Prefix, Suffix.
1213
- `InputDateRange` component
1314
- New icons `Function`, `ArrowRight`, `IdeDimension`, `IdeDimensionGroup`, `IdeParameter`, `NotificationBellOn`, `NotificationBellOff`
1415

@@ -18,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1819
- `Slider` component style updates
1920
- `InputDate` now supports controlled component behavior
2021
- Icon `CaretDown` optically centered
22+
2123
## Fixed
2224

2325
- `InputDate` and `InputDateRange` test mocks
@@ -43,6 +45,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4345

4446
## [0.7.21] - 2020-02-26
4547

48+
- Updated inputText to supports iconBefore iconAfter & prefix suffix.
49+
50+
- # new component `InlineInputText` plus documentations and test
51+
4652
### Fixed
4753

4854
- `usePopover` issue where the next click after a popover closes is canceled

0 commit comments

Comments
 (0)