# `Cinder.Filters.Select`
[🔗](https://github.com/sevenseacat/cinder/blob/v0.12.1/lib/cinder/filters/select.ex#L1)

Select dropdown filter implementation for Cinder tables.

Provides single-select filtering with configurable options and prompts.

# `handle_select_option`

Handles selecting an option in the single-select filter.

This function should be called from the parent LiveView/LiveComponent
to handle the "select_option" event.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
