We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I followed the instructions, and placed the following in my razor page:
However, this was rendered on the page:
This form appears on a bootstrap modal, if that makes a different.
The text was updated successfully, but these errors were encountered: