Skip to content

Instantly share code, notes, and snippets.

@mohdashraf010897
Created February 26, 2022 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohdashraf010897/34ee59feeb4984789186fc7d8752e0af to your computer and use it in GitHub Desktop.
Save mohdashraf010897/34ee59feeb4984789186fc7d8752e0af to your computer and use it in GitHub Desktop.
<MultiList
componentId="genres-list"
dataField="genres.keyword"
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",
"vote-average-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