You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the implementation of LiformBundle in my project (Symfony 4), I noticed that some transformers are missing. In particular, the transformers for hidden and submit inputs are missing and I got error about that.
Description
During the implementation of LiformBundle in my project (Symfony 4), I noticed that some transformers are missing. In particular, the transformers for
hidden
andsubmit
inputs are missing and I got error about that.This is how my form type looks:
Creating new transformers has solved the problem so I wonder if we can do the same in Liform library...or maybe there is some other solution?
Thanks!
The text was updated successfully, but these errors were encountered: