middlebrain

Results 3 issues of middlebrain

According to the documentation the following statement should work: ```php $builder->add('captcha', CaptchaType::class, array( 'charset' => '23456789', )); ``` But it has no effect. The ```'ignore_all_effects' => true``` option is also...

Version 2.1.6 and/or 2.1.7 breaks backwards compatiblity with Symfony 4.4.

While playing with the FormDataUploader I have seen that it was easy to implement client side file size checking and timeout support. I don't know if this is the most...

enhancement