Hi, I have the following problem, I need that when assigning a variable of the number type to a number with decimal places with a comma (Ex 10,50) I do not stay in NaN, at the moment I only accept decimals with a point (Ex 10.50) but In my country, commas are used to separate decimals and points for thousands (eg 1,000,000.00).
Is there any way to make number use comma for decimals?
Thanks