Skip to content

[ListItem] - ListItem props not being passed to the li node #439

@ghost

Description

Description

Props passed ti the ListItem component are not passed to the root li element but to the AccessibleFakeInkedButton. This makes it impossible to fully customize the rendered list item.

I'd consider adding a fakeInkedButtonProps property and a listItemTextProps property to customize these two subcomponents and passing the remaining props ({ ...props }) to the li node.

Version

  • React: ^15.5.4
  • React-MD: ^1.0.15

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions