Mike Cole
Results
1
issues of
Mike Cole
I followed the instructions, and placed the following in my razor page: ``` @Html.NgValFor(u => u.Note) ``` However, this was rendered on the page: ``` ngval='{"required":"The Note field is required."}'...