I can not find anything in the designer that allows me to set this.
I tried this script but for some reason it is unreliable, sometimes working and sometimes not.
$(document).ready(function() { $('.finalTotal input').attr('min',0) })
There is no errors in the console and if you check the field it does not show the attribute in many cases where users can still put negative values in the field.
What is the simplest way to make a positive value only currency field?
Update: I just realized it must be breaking on read-only fields as this field is read only. But why? The limitation should still be there.