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

Chips with "close" prop is broken in 3.0.0 #769

Closed
iSarCasm opened this issue Mar 10, 2019 · 1 comment
Closed

Chips with "close" prop is broken in 3.0.0 #769

iSarCasm opened this issue Mar 10, 2019 · 1 comment

Comments

@iSarCasm
Copy link

Description

Chips with "close" prop missing actual "close" class.

Steps to Reproduce

  1. Create a Chip with close prop
  2. Code example from story:
stories.add('with close', () => (
  <Chip close>Jane Doe</Chip>
));

Expected behavior: Proper styles for close icon
image
image

Actual behavior: Wrong style because of missing "close" class on
image
image

Versions

react-materialize: 3.0.0-beta.0
materialize-css: 1.0.0
react: 16.8

Thanks for helping out!

@alextrastero
Copy link
Member

Fixed

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

2 participants