Good day all,
I am working on child table in which I have field set a int.
If i go on the doctype, and try to input 0 as a value, it does not let me do that. It just erases the 0 and leave the field blank.
Same happen if I use float as field type.
For some reason, it lets you have 0% if you choose percentage as a field type.
Is there reason why 0 cannot be a value?
Is there a way around it?
I would really like to use 0 as an integer or float.
So indeed, if I remove the mandatory, I can enter 0 as a float or integer. If I put the field as mandatory I cannot enter 0.
Very strange!!
For sure I can not be the only one with that issue. Nobody is entering 0s?
Something related to this is happening to me also. I have put a JS script to set values of another field depend on the value of some float field. Script is triggering for all values, but not triggering when type 0. Is there any solution or fix for this? It is also a Childtable form.