Skip to content
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

Missing transformers #34

Open
stevanradovanovic opened this issue Oct 10, 2018 · 0 comments
Open

Missing transformers #34

stevanradovanovic opened this issue Oct 10, 2018 · 0 comments

Comments

@stevanradovanovic
Copy link

stevanradovanovic commented Oct 10, 2018

Description

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.

This is how my form type looks:

$builder
            ->setMethod('GET')
            ->add('param1', TextType::class)
            ->add('param2', HiddenType::class)
            ->add('search', SubmitType::class);

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant