You have a bug in your application builder when it comes to a Number Field in a form. If the field in the form is a number field that allows decimal places, then if you add that field to a form in the application builder and require a number, the frontend will not submit the form if the number is decimal. You will get an error, that it is an “The field must be a number.”. But this is false. It is a Number, it’s just a decimal number. The same decimal number can be entered into the table in regular BaseRow, but won’t be accepted as form entry into a Number Field in the application builder. So basically you can’t edit any Number fields with decimal places in the application builder.
I’ve experienced the same.
My workaround was not to set the form field to number than it excepts something like 12.3 (and converts it to a number).
But it would be great if “number” also excepts decimals.
Hello @ddsgad ,
Thank you for reporting this bug. It should be fixed by the next (1.33) release.