TextFilter is a simple text input that you can use in order to "live search" your collection.
This filter is perfect for any field where you need to perform a text search, typically using conditions like contains
or doesn't contain
. It allows for quick and efficient searching through text-based data.
{{ livewire:lf-text-filter
blueprint="cars.car"
field="title"
condition="contains"
}}