Skip to content

Instantly share code, notes, and snippets.

@rajmeghpara
Created June 4, 2018 10:15
Show Gist options
  • Save rajmeghpara/ad813e088783e33dbf79aa6677b0528c to your computer and use it in GitHub Desktop.
Save rajmeghpara/ad813e088783e33dbf79aa6677b0528c to your computer and use it in GitHub Desktop.
<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