Steps to reproduce:
Expected behavior:
Ideally, I'd love it to accept numbers in all possible formats as long as it's the same in all passed numbers, so these should all work:
1000.00 + 1000.00
1000,00 + 1000,00
1,000.00 + 1,000.00
1.000,00 + 1.000,00
1 000,00 + 1 000,00
The result should be supplied in the same format as the input arguments, so the results for the above should be respectively:
2000.00
2000,00
2,000.00
2.000,00
2 000,00
Debug info:
macOS Safari/macOS 13.5.2/Spain-English/EUROPE-WEST