-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Fix: Remove field_class from div-wrapper in FormActions #196
base: main
Are you sure you want to change the base?
Conversation
The failed test is not because of my changes when my interpretation of the test results is correct? |
I'm not at my desk but looking seeing that the failing test is to do with formactions I would say that it is related. |
Adding trailing space
I think i got the testing right now :) |
@smithdc1 Was the test successful? Sry, I'm not that familiar with github testing. |
I'm experiencing the same issue and I agree with @SnejPro the field_class in the wrapper div should be removed because FormAction is suposed to wrap fields. See #144 for the discussion around that. |
Problem:
{{ field_class }}
in the div-wrapper in FormActionsCurrent state:

With my fix:
