You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which filtering method to use depends on the data type and context. In the Figma component, select the `type` from the nested FilterValue component. In Ember, pass the filter type and method to in the configuration.
112
+
Which filtering method to use depends on the data type and context. In the Figma component, select the `type` from the nested FilterValue component. In Ember, pass the filter type and method into the configuration.
113
113
114
114
### Multi-selection
115
115
@@ -123,16 +123,18 @@ Single selection supports a _mutually exclusive_ selection using radio buttons;
Filtering by numerical values, dates, and times is handled through the combination of an operator (greater than, less than, before, etc.) and an input field or grouping of input fields. This filtering method is best suited for range-based filtering; e.g., filtering by results relationally compared to the value or range of values.
128
+
Filtering by numerical values, dates, times, and datetimes is handled through the combination of an operator (greater than, less than, before, etc.) and an input field or grouping of input fields. This filtering method is best suited for range-based filtering; e.g., filtering by results relationally compared to the value or range of values.
Copy file name to clipboardExpand all lines: website/docs/components/filter-bar/partials/specifications/anatomy.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ The Filter Dropdown anatomy is dependent on the filter method and is dependent o
30
30
| Filter value(s) | Required; Displays available values within a parameter for selection, or allows the input of custom values. |
31
31
| Apply Filters action | Required if the filtering method is "per-filter". Applies the filters selected in either the values list or the values input. |
32
32
| Clear all filters action | Required; Clears the selection of filters across all parameters. |
33
+
| Selected filters count | Displays the number of values selected in a parameter. |
0 commit comments