Mark Serellis
Mark Serellis
Sorry for the confusion. The Entity has the following field: ``` /** * @var null|DateTime * * @ORM\Column(name="date_of_birth", type="date", nullable=true) */ private $dateOfBirth; ``` The crud controller configureFields function has...
Hello, Thank you for the fix, however, after applying the change proposed to form_theme.html.twig I am getting an error on date fields that are not required and not disabled. Otherwise...
Thank you very much for providing these libraries. I have been trying to get streaming to work with WebRTC but without success and only found Valkka and this example recently...