-
-
Save siddharthlatest/ead1c8aaa9391319465fed8e22935cd3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<MultiList | |
componentId="genres-list" | |
dataField="genres_data.raw" | |
className="genres-filter" | |
size={20} | |
sortBy="asc" | |
queryFormat="or" | |
selectAllLabel="All Genres" | |
showCheckbox={true} | |
showCount={true} | |
showSearch={true} | |
placeholder="Search for a Genre" | |
react={{ | |
and: [ | |
"mainSearch", | |
"results", | |
"date-filter", | |
"RangeSlider", | |
"language-list", | |
"revenue-list" | |
] | |
}} | |
showFilter={true} | |
filterLabel="Genre" | |
URLParams={false} | |
innerClass={{ | |
label: "list-item", | |
input: "list-input" | |
}} | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment