Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List ListItem passing of ripple and selectable #910

Closed
Mythli opened this issue Oct 29, 2016 · 0 comments
Closed

List ListItem passing of ripple and selectable #910

Mythli opened this issue Oct 29, 2016 · 0 comments

Comments

@Mythli
Copy link

Mythli commented Oct 29, 2016

The documentation specifies that selectable and ripple are passed down to the specific ListItem and that you are able to overwrite those properties there.

However, the properties from list always overwrite those properties of the ListItem.
This denies you to specify selectable and ripple on specific items.

I looked at the code, it should be an easy fix. I just dont have the environment set up.

Workaround:
Wrap the ListItem component in your own class like this:

class WrappedListItem extends ListItem { }

I'm on a tight deadline, sorry for the shitty bugreport.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant