Hello
Before version 8.3.0 if a numeric field is required the value couldn't be zero: zero was considered "null", since numeric values on database have 0 as default value and don't allow null values. In a Freedom UI FormPage a required number had to be NOT zero.
Starting from version 8.3.0 if a required numeric field has value ZERO it's OK. Only if the field cell is left blank the FormPage warns the user that the field is required. This logic is completely different from the one that has been used for years before 8.3.0: is this a bug and will be fixed to restore the previous behaviour?
I think this is a bug since on database numeric fields still have zero as default value and are set as Not Null, then there's no way to leave null a numeric field, even if it's not required.
Is there some ways to restore the previous behaviour without writing a field validator in javascript in all existing pages?
Thanks
Like