How to trigger error message when client-side validation on modal create in ASP.NET Core MVC
I have trouble in display basic error message despite the validation is working (as in preventing the item to be created with invalid value). Here are the code