-
Notifications
You must be signed in to change notification settings - Fork 26
feat(input): add min/max/step attr for inputs (LIBS-133) #520
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
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
ghost
left a comment
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.
Changes look good to me, only thing that I'm not sure about is the accepted type (see comment). Once that's resolved this should be good to merge 👍
|
Ah, and this: I think I'd personally classify this update as a One other thing: it's good to specify a scope for all commits. So instead of say |
'feat' is fine with me 👍
Ah, that sounds good - I'll do that from now on. I didn't do it for that commit above because it includes Input and InputField, but maybe it would have been better to split them up for scoping purposes.
I'm planning to squash merge because I don't think the individual commits here are important to see on master, does that seem fine? Thanks @ismay! |
e46ca5c to
d2c3123
Compare
|
Cleaned up history to two commits with correct scopes ^ |
d2c3123 to
8e7e25f
Compare
ghost
left a comment
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.
Looks good, nice work! I'd recommend a regular merge over a squash merge in this case, since you have two updates in the PR. Would be a shame to let the rebasing go to waste 😋
|
🎉 This PR is included in version 6.5.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Adds support for adding native
min,maxandstepattributes to inputs inInputandInputFieldRelates to this discussion: dhis2/notes#240