ngval
ngval copied to clipboard
Validators not being rendered properly in Razor
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."}' required
This form appears on a bootstrap modal, if that makes a different.