Form

Input 1: Input 2:

Variable Values

{{ controller.inputs }}

Steps to Recreate

  1. Note that the current values both use decimal commas.
  2. Update one of the input boxes so it has a different value. The value you enter should include a decimal comma (eg. "10,30").
  3. Note that the value you just entered now uses a decimal point instead ("10.30"), but the untouched input continues to use the decimal comma

This inconsistent state is making it difficult for us to deal with the data.

Ideally the variable value should always use a decimal point (keeping it in line with how JavaScript handles such values) but presented to the user using the decimal mark that matches the user's locale.