Hello, is there some provision to make the a SelectedFilter components where the selected filters are easily seen and from where they can be deselected. And a ResetSearchButton component with which to clean all filters easily.
Other solutions like Searchkit have these components and the truth is that they are very useful and here they are missing.
import React from "react";
import { withSearch } from "@elastic/react-search-ui";
function SelectedFilters({ filters, removeFilter }) {
// iterate through filters, print them to the page, and add a `removeFilter` click action
}
export default withSearch(({ filters, removeFilter }) => ({
filters, removeFilter
}))(SelectedFilters);
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.