-
Notifications
You must be signed in to change notification settings - Fork 11
feat: Adding form field wrapper #895
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
Codecov Report
@@ Coverage Diff @@
## main #895 +/- ##
==========================================
+ Coverage 85.37% 85.38% +0.01%
==========================================
Files 801 803 +2
Lines 16475 16492 +17
Branches 2067 2067
==========================================
+ Hits 14065 14082 +17
Misses 2378 2378
Partials 32 32
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
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! Thanks for doing this :)
Description
A new component was created that works as a wrapper for the label, icon, and input field to have a standard to insert in the different components. The component allows attaching any input field present in the library
Testing
Unit test and visual test.
References:
Checklist:
Documentation
Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.