Skip to content

Commit

Permalink
Refactor MuliselectFilterControl
Browse files Browse the repository at this point in the history
  • Loading branch information
rszwajko committed May 8, 2024
1 parent 6937170 commit 008eda7
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 190 deletions.
4 changes: 1 addition & 3 deletions client/src/app/components/FilterToolbar/FilterToolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ export interface IMultiselectFilterCategory<
TFilterCategoryKey extends string,
> extends IBasicFilterCategory<TItem, TFilterCategoryKey> {
/** The full set of options to select from for this filter. */
selectOptions:
| FilterSelectOptionProps[]
| Record<string, FilterSelectOptionProps[]>;
selectOptions: FilterSelectOptionProps[];
/** Option search input field placeholder text. */
placeholderText?: string;
/** How to connect multiple selected options together. Defaults to "AND". */
Expand Down
Loading

0 comments on commit 008eda7

Please sign in to comment.