3.3.0 Bug Fix
FIXES:
- GriddlyHtmlFilter display summary now includes the field value if found.
- Null options selected on FilterLists are no longer cleared when the filters are patched. E.g. when clicking the "X" to remove one filter from the summary.
BREAKING:
- GriddlyHtmlFilter.HtmlTemplate is now of type
Func<GriddlyHtmlFilterModel, object>
instead ofFunc<GriddlyHtmlFilter, object>
. A reference to the GriddlyHtmlFilter is atGriddlyHtmlFilterModel.Filter