miraisolutions / SmaRP

Shiny app for projecting retirement funds / benefits
https://mirai-solutions.ch/gallery/smarp
20 stars 9 forks source link

App crashes when Salary input is not numeric #81

Closed riccardoporreca closed 5 years ago

riccardoporreca commented 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.

nfarabullini commented 5 years ago

@riccardoporreca for the case that the app is opened in browser, I think this issue was fixed through pull request #84