When using the NumericTextBox, the default setting is to allow 3 decimals.
If I add the line format="n4", I'll get all decimal numbers filled with zeroes as soon as I enter some data.
It would be great if you could add for example "n12" to the line format, so the user can enter up to 12 decimals, but without adding 12 zeroes as soon as some data is entered.