MortarJS / Mortar-JS

A React-powered framework that provides building blocks to craft and customize powerful data management tools for the web.
MIT License
101 stars 3 forks source link

Replace the single-filter with MultipleFilter #46

Open Kyle-Mendes opened 8 years ago

Kyle-Mendes commented 8 years ago

The Multiple filter styles and setup should be used for all filtering.

This allows for filtering across multiple properties, as well as introduces better styling.

If the dev doesn't want to allow for multiple selections to be made for filtering, the checkboxes should be replaced with radio buttons.