-
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.
FCT-1191: filters: select-inputs: display checkboxes for options in m…
…ultiselectable select inputs (#2975) * feat: add custom option component + prop-config for react select to select-utils package * feat: add new checkbox optionStyle to select-input * fix: make checkbox optionStyle utils exportatble * fix: add missing dependency * feat(filters): add filter appearance options * feat(filters): introduce filter appearance for filters visual features * feat(filters): fix issue with placeholder disappearance * feat(filters): extract intl * feat(filters): readme and changesets * feat(filters): use controlShouldRenderValue to determine for input display options * feat(filters): remove unused comments * feat(filters): rename file * feat(filters): adding persisted menuopen and additional select option text * feat(filters): select option styles border-radius, condensed, box-shadow, font-size * feat(filters): use design tokens variables --------- Co-authored-by: Ddouglasz <[email protected]> Co-authored-by: Douglas Egiemeh <[email protected]>
- Loading branch information
1 parent
3ca51bc
commit 32f444f
Showing
11 changed files
with
244 additions
and
45 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,9 @@ | ||
--- | ||
'@commercetools-uikit/select-input': minor | ||
'@commercetools-uikit/select-utils': minor | ||
'@commercetools-uikit/tag': minor | ||
'@commercetools-uikit/i18n': minor | ||
--- | ||
|
||
As the filters component is being built, there are some visual modifications that need to happen in the select input to support the designs and ux of the filters pattern. | ||
This changes provide the updates needed for the select-input to support the visual styling of filter patterns. |
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
Oops, something went wrong.