Closed
Description
In the DateIntervalType, there is a field, called 'invert', that allows for negative intervals.
This is outputted as a checkbox. Which is fine, but it shouldn't be required.
To reproduce?
Use the new DateIntervalType in Symfony 3.2
Set required=true, the field 'invert' will inherit the required option.