Hi,
RenderNumberField doesn't allow to set the min or max value to 0. The code for the helper only adds the min and max attributes to the number field if they are different than 0.
In the case where I'm using it, I want to allow 0 or any positive numbers, but not negative numbers, so the min value has to be 0.
Regards