Closed riccardoporreca closed 5 years ago
Despite a validation on the input salary via validate(need(...)), the app crashes due to the observer capping the salary at 1e+08, since we are not checking for NA salary.
validate(need(...))
1e+08
NA
@riccardoporreca for the case that the app is opened in browser, I think this issue was fixed through pull request #84
Despite a validation on the input salary via
validate(need(...))
, the app crashes due to the observer capping the salary at1e+08
, since we are not checking forNA
salary.