-
Notifications
You must be signed in to change notification settings - Fork 7
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
Create InputGroup
component (#430)
#443
Conversation
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.
Nicely done!
Please do a rebase against the latest |
b6098b1
to
3d19d62
Compare
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.
When I was implementing the support of custom inner border radius, I found a few more details that need to be changed. Will you please have a look at it? 🙏🏻
Theming of inner border radius: #454. |
c9d1b1c
to
990bf65
Compare
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.
Cool! 👍🏻 Last two major things before ✅:
- The context of horizontal form layout needs to be fixed.
- I'd push harder in documenting all the exceptions of when component's props are overridden or suppresed by parent InputGroup.
7be906e
to
b5fc344
Compare
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.
Now I believe it's all done 🙂.
Any suggestions, especially regarding CSS and documentation, are warmly welcome. @adamkudrna
Build failed due to asset size limit. I will not change the limit for now as it is solved in simultaneous pull requests which will be probably merged before this one.
Closes #430