[5.x] form.renderClosingTag()
has no way to pass in properties
#1268
Replies: 1 comment
-
Doh! I had made a mistake here:
Closing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With this:
The documentation talks about things like this:
But with a custom form rendering template, that may never be called, instead it's generally more like:
The problem I'm having is with the latter, custom twig rendering template, the buttons property overrides do not take effect and there is no opportunity to pass properties into
{{ form.renderClosingTag() }}
.Is there a way around this?
Beta Was this translation helpful? Give feedback.
All reactions