I am sending a value from the form data which has to be received as decimal?
with comma (,
) punctuation. Since I am using input type="number" step="0.1"
the punctuation on the client side is with a dot (.
).
How can I format the value before the form data is sent to the model?