-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
#785 class name for select field #795
#785 class name for select field #795
Conversation
Codecov Report
@@ Coverage Diff @@
## master #795 +/- ##
==========================================
- Coverage 97.60% 97.60% -0.01%
==========================================
Files 175 175
Lines 3425 3422 -3
Branches 644 644
==========================================
- Hits 3343 3340 -3
Misses 8 8
Partials 74 74
Continue to review full report at Codecov.
|
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.
Thanks again, @michael-vasyliv!
@radekmie you are welcome. When will these changes go to a new version? |
I'm working on it. |
@radekmie thank you. |
#785
This PR will fix issue #785 and probably #793, the problem was in a Spread syntax in the
SelectField
for bootstrap4, before pass props towrapField
few properties were removed from props, that is why inwrapField
there were undefined.