-
Notifications
You must be signed in to change notification settings - Fork 91
Use original FieldGroup component in Field array #1146
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
Use original FieldGroup component in Field array #1146
Conversation
A new version (feat) will be released: v3.14.0 [DataDrivenFormsBot] |
Codecov Report
@@ Coverage Diff @@
## master #1146 +/- ##
==========================================
- Coverage 94.91% 94.90% -0.02%
==========================================
Files 208 208
Lines 3542 3531 -11
Branches 1224 1213 -11
==========================================
- Hits 3362 3351 -11
Misses 180 180
Continue to review full report at Codecov.
|
🎉 This PR is included in version 3.14.0 🎉 The release is available on |
I detected one small issue with this PR. The Also, wow. What a great improvement! |
@steverhoades oh yeah! Great catch! 👀 I know where it is failing - I haven’t consider this option at all. 😂 But I am not sure what to do - I guess it would be better to hide the button when minItems are set, what do you think? 🤔 Otherwise, I’ll wix it tomorrow. |
That was exactly what I was just looking at. Something like:
|
Fixes #1141
Description
Updates our field array to use the original PF4 design.
After