in textbox I can't enter the number 0.8 price I tried this attributes, But the same problem and show me a message The value '0.8' is not valid for Price.
[Required]
[Display(Name = "Price")]
[Range(0.002, 9999.99)]
[DataType(DataType.Currency)]
public decimal Price { get; set; }
@Html.EditorFor(model => model.Product, new { htmlAttributes = new { @type = "number" ,@class = "form-control", @min = "0.00" }
Jefferson S. MottaPosted Feb 5, 2019, 2:51 PM
Mohamed HM Hadj MokhtarPosted Feb 5, 2019, 4:48 PM
Mohamed HM Hadj MokhtarPosted Feb 5, 2019, 1:23 PM
Jefferson S. MottaPosted Feb 5, 2019, 5:41 AM
Mohamed HM Hadj MokhtarPosted Feb 5, 2019, 4:33 AM
Jefferson S. MottaPosted Feb 4, 2019, 6:37 PM
public decimal? Price { get; set; }