I have a textbox, in that i insert a number, the code are the following,
@Html.TextBox("Semana1", "", new { @type = "number", @placeholder = "Ingrese Proyección", @maxlength = "15" })
this textbox display a number 12356
I need that the textbox display a number with the format 123.456
thanks for your help.