-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Removal of InputIconContainer (#2838)
Fixes: #2501 Removed `InputIconContainer` because it doesn't handle bidirectionality or icons at the start of an input. Please use [`InputGroup`](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-text-input--icons) from Main. [category:Components] Release Note: We've removed `InputIconContainer` from Main. Please use [`InputGroup`](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-text-input--icons) from Main instead.
- Loading branch information
1 parent
034a9c4
commit bbd7343
Showing
4 changed files
with
8 additions
and
57 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
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 |
---|---|---|
@@ -1,3 +1,2 @@ | ||
export * from './lib/InputIconContainer'; | ||
export * from './lib/TextInput'; | ||
export {InputGroup, useInputGroupModel} from './lib/InputGroup'; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.