codebury
Results
1
comments of
codebury
Hi. The issue comes from the fact that required_if rule takes it's parameter as string, so what it's doing is: `0 === '0'`. As a workaround, I used the `registerImplicit`...