Bug: Incorrect number format options for form fields - missing thousand and decimal separator options
Mac OSX, Adobe Acrobat PRO DC (Build: 20.9.20067.384717)
I am working on improving some pdfs at work, in one of these there are two fields for the user to input numbers (currency), but the field type number does not include any format that is correct way of formatting numbers in Norway.
I need the thousand separator to be space and the decimal separator to be comma, the only options in the form field settings is
1.123,10
1,123.10
1123,10
1123.10
1'123.10
not the one I need, and that is correctly format for most numbers in Norway (expected result):
1 123,10
Instead of selection between those 5 presets, it should be two separate options, one to set thousand separator and for decimal separator. A third option should allow changing thousand separator to other groupings. And it should also be possible to turn off decimals.