Results 36 comments of Yash Joshi

Hey @jkhaui Thanks for reporting the issue. You can make use of `innerClass` prop to update the class for child components. Here is the component usage: ``` ``` Styles: ```...

Can you also follow the PR template? They are present for a reason so that we don't miss documentation or other things related to PR.

I think there is some eslint config issue on your side as I tried changing things on the same file and could not replicate. Also for `propTypes` you may need...

We do apply a class `active` to the item which is currently selected. Consider the below example: ``` ``` And you can use this selector: ``` .list .active { color:...

Reopening it because I may have interpreted incorrectly. So you want to create a class whenever a filter is active. Right?

Hey @jrock17 I was not able to replicate this issue. I tried with multiple datasets and different sizes of `ReactiveList`. Can you confirm if this is happening in the latest...

Hey @aoloo Thanks for reporting the issue Can you specify the correct library version? Also, it would be really great if you can create a repro on Codesandbox. This will...

Hey @e-gaulue You can always use `render` props for creating custom pagination and result stats.

True I agree. We are missing this at few places and once we identify all the places we can create a prop. For result stats, it's easy to do using...

Hey @cb29 thanks for reporting the issue. This enhancement is the correct UX. I will look into this and keep you updated on this thread.