+ {this.props.GeneralFilter &&
+
+ this.clearGeneralFilter()} onChange={(ev, newValue) => this.filterListItemsByGeneralFilter(newValue, false, true, this.state.items, this.state.filterItems)} />
+
}
+
+ {this.props.ShowClearAllFilters && clearAllButton}
+
+
+