Skip to content

Commit

Permalink
filters design modifications for async select input (#2980)
Browse files Browse the repository at this point in the history
* feat(filters): testing a commit issue

* feat(filters): add appearance and option styles features to asyn select when used in a filter component

* feat(filters): add appearance and option styles features to asyn select when used in a filter component

* feat(filters): add appearance and option styles features to asyn select when used in a filter component

* feat(filters): add changeset

* feat(filters): debug

* feat(filters): remove leftover code

* feat(filters): provide count prop in async select

* feat(filters): testing a commit issue

* feat(filters): add appearance and option styles features to asyn select when used in a filter component

* feat(filters): add appearance and option styles features to asyn select when used in a filter component

* feat(filters): add changeset

* feat(filters): debug

* feat(filters): remove leftover code

* feat(filters): provide count prop in async select

* feat(filters): update branch changes with main

* feat(filters): update branch placeholder logic

* feat(select utils): insure that the filter menu does position itself absolutely when appearance:filter is true

---------

Co-authored-by: Ddouglasz <[email protected]>
Co-authored-by: Byron Wall <[email protected]>
  • Loading branch information
3 people authored Nov 7, 2024
1 parent 6b76c33 commit a6d86ae
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 55 deletions.
6 changes: 6 additions & 0 deletions .changeset/calm-brooms-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@commercetools-uikit/async-select-input': minor
'@commercetools-uikit/select-utils': minor
---

As the filters component is being built, there are some visual modifications that need to happen in the async select input to support the designs and ux of the filters pattern. most of these changes are dependent on new props to set these options when the async-select component is used as in a filter component.
Loading

0 comments on commit a6d86ae

Please sign in to comment.