ECHOES-1422 Allow custom component on FilterDropdown categories items#727
ECHOES-1422 Allow custom component on FilterDropdown categories items#727gregaubert wants to merge 1 commit into
Conversation
✅ Deploy Preview for echoes-react ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
gitar auto-apply:on |
|
gitar auto-apply:off |
71a131c to
aa44f10
Compare
aa44f10 to
d8c08ce
Compare
Code Review ✅ Approved 2 resolved / 2 findingsExtends FilterDropdown with custom component support for categories, enabling richer UI like date ranges. Addresses keyboard navigation hijacking and missing focus fallbacks identified during review. ✅ 2 resolved✅ Edge Case: ArrowLeft in custom content hijacks native input navigation
✅ Bug: onFocusContent fallback documented but not implemented
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
|




Part of
Summary by Gitar
FilterDropdownCategoryWithContentto support rendering arbitrary custom components in the right panel.FilterDropdownandFilterDropdownRightPanelto handle keyboard navigation (ArrowLeft) within custom content.selectionCountsupport for custom categories, as item counts cannot be auto-derived.Date Rangeexample inFilterDropdown-storiesto demonstrate the new functionality.This will update automatically on new commits.