JsFormValidatorBundle
JsFormValidatorBundle copied to clipboard
Question: how validate File?
Dear developer! I'm trying to validate file in my collection.
Entity collection type:

File entity type:

Constraints NotBlank good work:

When I try to select a file that does not meet the requirements, the validation does not work. In a typical form submission validation file works correctly! Thanks in advance for your reply.
I think it does not implemented yet.
User @cleannoise realized validation file: https://github.com/cleannoise/JsFormValidatorBundle
it works!

