I have a Dojo number control which shows 30 digits after point. Unfortunately, I wasn't able to set e.g. 30th digit after point, because once controls loses focus, it sets this back to 0. For instance, I have 12.000000000000000000000000000000 in a control. I try to make it 12.000000000000000000000000000001 but after I finish editing it shows 12.000000000000000000000000000000 back. Also, I have noticed that this is not the case when I try to edit 1st up to 14th digit after point e.g. 12.000000000090000000000000000000 stays as is after editing. "round:-1" constraint didn't help. Is there any additional setting to avoid rounding? Thanks.