SymfonyCasts / dynamic-forms

Add dynamic/dependent fields to Symfony forms
https://symfonycasts.com
MIT License
91 stars 7 forks source link

Errors are not shown? #20

Closed Gerben321 closed 7 months ago

Gerben321 commented 7 months ago

I'm trying to add a dynamic form and render with SF live component. But my validation errors are not shown?

When typing a wrong value in the pricetype I get this: image

But when I press the submit button the error is gone. But in the profiler I still see the validation error: image

The form also shows a red 1: image

But when I check form errors there are none? image

It's a really basic form, what's going on here?