-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat(SInputYMD): add placeholder props #246
Conversation
✅ Deploy Preview for sefirot-story ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for sefirot-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #246 +/- ##
==========================================
+ Coverage 79.47% 79.51% +0.03%
==========================================
Files 112 112
Lines 9541 9556 +15
Branches 370 374 +4
==========================================
+ Hits 7583 7598 +15
Misses 1958 1958
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
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.
Nice! I like it. Shall we add same thing to <SInputYMD>
so we don't forget about it 😳
Opened the PR (#250) which adds the same feature as this to |
close #245
Add a
placeholder
prop to SInputYMD component.This prop must accept together all of the
year
,month
, anddate
.