Collection select filter
A select filter helps users find specific items in a collection of resources by choosing one or two properties.
A select filter helps users find specific items in a collection of resources by choosing one or two properties.
Display the most pertinent properties that users need to find a resource in a collection of resources. Most commonly, those properties refer to the column headers for table view and content labels for a cards view.
We don't recommend using more than two collection select filters. Used in combination, the two filters behave as an And operator.
Using the select component, list all finite values that correspond to the property.
For example: Property: Status; Values: Error, Loading, Pending, Stopped, and Success.
Use Any {property} as the default pre-selected option. It takes into account any values that correspond to that property. The collection isn't filtered and displays all items.
Follow the usage guidelines for the select component.