I have a price input field and quantity input field. For price I use custom currency mask. With decimal and group separator.
And I have final field which is total amount = price x qty
The problem is I cannot get price value if group separator is exist -> above 999. So the total amount always 0.
Do you experience the same issue?