LightningFlowComponents
LightningFlowComponents copied to clipboard
BUG - I have to put number with coma on discount
On the setting up discounts parts of our quotes, we have to put "," on every numbers.
Example : if we want 80% of discount, we want to put "80" in the discount field and not "0.8" (if we write 80 it save as "8000").
With this method we cannot put discount with coma, like 80,5 for example, because it would be 0.805 and it's not possible (error message = "Your entry isn't a valid increment").
How could we do ?