Filter Transformed Data In A Stimulus Controller Action

Damon Bauer
InstructorDamon Bauer
Share this video with your friends

Social Share Links

Send Tweet
Published 5 years ago
Updated a year ago

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.