Skip to content

Commit 21edf17

Browse files
committed
Update docs
1 parent 8a51cf4 commit 21edf17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/filters/creating-filters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Creating filters is not required, and the filters box will be hidden if none are
77

88
To create filters, you return an array of `Filter` class objects from the `filters()` method.
99

10-
The current types of filters are: `select`, `multiSelect`, and `date`.
10+
The current types of filters are: `select`, `multiSelect`, `date`, and `datetime` (for supported browsers).
1111

1212
There are two steps to making a filter:
1313

@@ -49,7 +49,7 @@ public function filters(): array
4949
'tag2' => 'Tags 2',
5050
'tag3' => 'Tags 3',
5151
'tag4' => 'Tags 4',
52-
]),
52+
]),
5353
];
5454
}
5555
```

0 commit comments

Comments
 (0)