appbaseio / appbaseio/reactivesearch
React v3: SingleList's sortBy and size prop do not work as expected
Open
- Dominant language
- JavaScript
- Stars
- 4.9k
- Forks
- 478
- PR merge metrics
- No merged PRs in 30d
Description
https://opensource.appbase.io/playground/?path=/story/list-components-singlelist--with-size
https://opensource.appbase.io/playground/?path=/story/list-components-singlelist--custom-sort
In my own code, the default sortBy='count' seems not able to be customized, meaning, no matter if I set it to 'asc' or 'desc' it is still sort by count.
Also, the filter always shows 9 items regardless what value I set size prop to.
The playground example shows exactly the same problem. Please help.
Contributor guide
Assessment
This issue has not been assessed yet.