Cinder.Filters.MultiSelect (Cinder v0.2.0)

View Source

Multi-select tag-based filter implementation for Cinder tables.

Provides multiple selection filtering with a modern dropdown + tags interface. Selected items are displayed as removable tags with a dropdown for adding new selections. Uses Phoenix LiveView patterns for interactivity.

Summary

Functions

Handles toggling an option in the multi-select filter.

Functions

handle_toggle_option(socket, field, value)

Handles toggling an option in the multi-select filter.

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