Add additional filter component to filtered connection.
Created by: efritz
Add additionalComponent
to RadioButtons
and add additionalFilterComponent
option to FilteredConnection
to support additional content within the filter bar.
Example:
If there is a cleaner way to do this please let me know (e.g. instead of a new option additionalFilterComponent
, perhaps providing a component to replace RadioButton
with the same props).