Closed floo51 closed 7 years ago
Does this PR fix this issue ? https://github.com/marmelab/ng-admin/issues/1204
No, I don't think defaultValue
actually applies for filters.
We can still implement something like it with map
and transform
returning our default value where no value
is given in the map function by instance.
Fixes an issue where a pinned filter wouldn't filter with its initially selected value.