-
Notifications
You must be signed in to change notification settings - Fork 70
Improve MdInput stories and update snapshots #2871
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
Conversation
|
@scotthallock is attempting to deploy a commit to the c0d3-prod Team on Vercel. A member of the Team first needs to authorize it. |
|
This PR also deletes the |
Codecov Report
@@ Coverage Diff @@
## master #2871 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 190 190
Lines 3576 3576
Branches 970 970
=========================================
Hits 3576 3576 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@all-contributors please add @scotthallock for code |
|
This project's configuration file has malformed JSON: .all-contributorsrc. Error:: Unexpected token : in JSON at position 5848 |
|
@all-contributors please add @scotthallock for code |
|
I've put up a pull request to add @scotthallock! 🎉 |
Overview
This PR fixes the broken input on the
MdInputcomponent's stories, and also add new stories.The
MdInput'svalueandonChangeprops are passed from the parent component's state. The parent component isReviewCard, and theReviewCardstories do allow for user input in the MdInput component.Changes
Notes
Related issues