What happens when an input value format doesn't exactly match the the format of the data to filter by?
In this lesson, we'll explore the problem of using input type="date" to filter down a collection of elements with a date field using Stimulus.
To solve this problem, we'll introduce a tiny date utility library, dayjs, to get both date formats the same so the collection can be filtered.