Description of the limitation and why it is relevant to address
If a user gives an invalid input value (e.g. the value should be >0, and the user enters -1000) the parameter is highlighted red, but the user is still able to click the “update” button to refresh the view.
Submitter proposed design (optional)
Even though nothing (should be) displayed in the view due to the invalid input value, I’d like to see a pop-up message if the user clicks the “update” button which tells the user that something is wrong.
Current workarounds
None