-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Step: Step.Group with unstackable prop generates incorrect classname #1942
Labels
Comments
@aert Thanks for report. PR for this will be awesome 👍 |
layershifter
changed the title
Steps.Group with unstackable attribute generates incorrect classname
Step: Step.Group with unstackable prop generates incorrect classname
Aug 7, 2017
Joel-Raju
added a commit
to Joel-Raju/Semantic-UI-React
that referenced
this issue
Aug 7, 2017
fixed typo of invalid comma for the generated class unstackable
submitted a PR |
Thank you @Joel-Raju |
Thanks to you @layerfixer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just a small typo in the
Step
component : an invalid comma is added to the generated html class forunstackable
The issue is here:
Semantic-UI-React/src/elements/Step/StepGroup.js
Line 38 in dc403d0
Steps
<Step.Group unstackable />
Expected Result
In generated html :
class="unstackable"
Actual Result
In generated html :
class="unstackable**,**"
Version
0.71.3
Testcase
The text was updated successfully, but these errors were encountered: