Skip to content

Commit 64d27e1

Browse files
jorytindalldchyun
authored andcommitted
Further follow-up on cleanup tasks
1 parent 3d7a4de commit 64d27e1

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

website/docs/components/filter-bar/partials/guidelines/guidelines.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The Filter Dropdown is responsible for the selection and application of filters
109109

110110
![](/assets/components/filter-bar/filter-bar-dropdown-open.png)
111111

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 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.
113113

114114
### Multi-selection
115115

@@ -123,16 +123,18 @@ Single selection supports a _mutually exclusive_ selection using radio buttons;
123123

124124
![](/assets/components/filter-bar/filter-bar-dropdown-single-selection.png)
125125

126-
### Numbers, dates, and times
126+
### Numbers, dates, times, and datetimes
127127

128-
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.
129129

130130
![](/assets/components/filter-bar/filter-bar-dropdown-numerical-filter.png)
131131

132132
![](/assets/components/filter-bar/filter-bar-dropdown-date-filter.png)
133133

134134
![](/assets/components/filter-bar/filter-bar-dropdown-time-filter.png)
135135

136+
![](/assets/components/filter-bar/filter-bar-dropdown-datetime-filter.png)
137+
136138
For a full list of supported operators visit the [specifications](/components/filter-bar?tab=specifications#value-input-operators) page.
137139

138140
### Custom filtering

website/docs/components/filter-bar/partials/specifications/anatomy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The Filter Dropdown anatomy is dependent on the filter method and is dependent o
3030
| Filter value(s) | Required; Displays available values within a parameter for selection, or allows the input of custom values. |
3131
| Apply Filters action | Required if the filtering method is "per-filter". Applies the filters selected in either the values list or the values input. |
3232
| 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. |
3334

3435
#### Filter value selection
3536

3.07 KB
Loading
48.6 KB
Loading

0 commit comments

Comments
 (0)