Craig Heydenburg

Results 107 comments of Craig Heydenburg

ok. I'm not certain of the intended behavior there. I would have to look into it further. Help is welcome.

> Maybe we should revert all the changes and just tell everyone to suppress this deprecation using the [baseline](https://symfony.com/doc/current/components/phpunit_bridge.html#baseline-deprecations). So the solution here is to **ignore** it? I'm confused 😕

Hello! No, I do not receive any error, the guessing just fails so the input is displayed as a simple text box. The form generation is dynamic and complicated, but...

I am using the same Enum in a 'regular' form and it works fine there. So the Enum is setup properly when using an Entity-backed form. Thank you for quickly...

Thank you, this was my assumption as well. I was hoping you might be able to extend Symfony's Validation guesser to add Enum types as well. I guess this goes...

Here is something I hacked together. You could clean it up and add it to the bundle. ```php // src/Form/Extension/Validator/EnumValidatorTypeGuesser.php