Created
June 4, 2018 10:15
-
-
Save rajmeghpara/ad813e088783e33dbf79aa6677b0528c 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