When entering a new entry, the input allows the user to erroneously enter price values that have more than 2dp, which should not be allowed. Although the values are rounded afterwards in the entry, this may allow accidental wrong inputs such as ($1.020) instead of ($1.20), which is not what the user intended
When entering a new entry, the input allows the user to erroneously enter price values that have more than 2dp, which should not be allowed. Although the values are rounded afterwards in the entry, this may allow accidental wrong inputs such as ($1.020) instead of ($1.20), which is not what the user intended