Skip to content

Multi-select filters

Oliver Kiss requested to merge filterMultiSelect into main

--public

It is now possible to select multiple options in the filters.

--end_public

Addresses #183 (closed)

  • Updated the filter utility functions to be able to apply arrays of options.
  • Truncated the display of inputs for the filters so they do not display on multiple lines.
  • Display selected options using the MUI Chip component.

Merge request reports