From 8d6ecc575b30a925279477d76a9a939a1958f76b Mon Sep 17 00:00:00 2001 From: Mark J Price Date: Thu, 8 Jun 2023 11:40:45 +0100 Subject: [PATCH] Update improvements.md --- docs/errata/improvements.md | 45 +++++++++++++++---------------------- 1 file changed, 18 insertions(+), 27 deletions(-) diff --git a/docs/errata/improvements.md b/docs/errata/improvements.md index fa327e6..e114b71 100644 --- a/docs/errata/improvements.md +++ b/docs/errata/improvements.md @@ -1187,52 +1187,43 @@ public async Task DeleteCustomerPost(string customerId) -->
- - @Html.EditorFor(model => model.CustomerId, - new { htmlAttributes = new { @class = "form-control" } }) + +
Customer ID must be five (5) upper case characters.
- - @Html.EditorFor(model => model.CompanyName, - new { htmlAttributes = new { @class = "form-control" } }) + +
- - @Html.EditorFor(model => model.ContactName, - new { htmlAttributes = new { @class = "form-control" } }) + +
- - @Html.EditorFor(model => model.Address, - new { htmlAttributes = new { @class = "form-control" } }) + +
- - @Html.EditorFor(model => model.City, - new { htmlAttributes = new { @class = "form-control" } }) + +
- - @Html.EditorFor(model => model.Region, - new { htmlAttributes = new { @class = "form-control" } }) + +
- - @Html.EditorFor(model => model.Country, - new { htmlAttributes = new { @class = "form-control" } }) + +
- - @Html.EditorFor(model => model.PostalCode, - new { htmlAttributes = new { @class = "form-control" } }) + +
- - @Html.EditorFor(model => model.Phone, - new { htmlAttributes = new { @class = "form-control" } }) + +