I have the following input:
<input type="number" value="1.5" step="1" id="id_texto" />
Currently the value of the input shows me 1.5. But what I want is to show me 1.5. I want decimals to show it to me with a period, and not with a comma.
Maybe with Jquery or some definition of lang = en. I've looked for ways to solve it, but it has not worked.