Decimal numbers with comma fail validation in Germany or Turkish

85 views Asked by At

I have tried your library for number and date. date is working but number have a problem that if I use Germany language, Format is 1.234,56 I get this error: "Invalid input." it is working but There is a validation problem. you get validation error and you cant submit Could you fix it? type="number" public decimal Price { get; set; }

<input asp-for="Price" class="form-control" type="number"/>

Also I created Turkish Language. could you add it ? https://github.com/aFarkas/webshim/issues/594

The following examples show the decimal separator and the thousands separator in various countries that use the Arabic numeral system. http://www.wikizeroo.net/index.php?q=aHR0cHM6Ly9lbi53aWtpcGVkaWEub3JnL3dpa2kvRGVjaW1hbF9tYXJr

0

There are 0 answers