-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
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
Validation issues in Blazor UI #6105
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@1443403216 I'm looking at this issue now and I would like some help from you. Can you please show us your Regarding the 2.. That is how Blazor works. It must be case sensitive so there is no way around it. |
I was trying to reproduce this and the only way to show the error was to rename Doing it like that is an invalid code. To summarize. This is the expected behavior and |
@hikalkan Can you agree we can close this ticket? |
Documentation
Please check the official documentation before asking questions: https://docs.abp.io
GitHub Issues
GitHub issues are for bug reports, feature requests and other discussions about the framework.
If you're creating a bug/problem report, please include followings:
Your ABP Framework version.
ABP version 3.2.1
Your User Interface type (Angular/MVC/React... etc.) if the issue is related to a specific UI
Blazor UI
Exception message and stack trace if available (check the logs).
Steps needed to reproduce the problem.
Please write in English.
I am creating a sample application with Blazor UI by following document:
https://docs.abp.io/en/abp/latest/Tutorials/Part-1
Blazor project related packages have been updated to the latest version.
I was stuck on following issues:
1> It appears the validation message box can not block submit progress and still get an error message in the bottom left corner to let me reloading the page. Instead of showing a message box, it would be good to show error message on the form.
2> bind-* directive is case sensitive, example: bind-text should be bind-Text
3> Annotation validation message can disappear if the input value meets validation criteria but it's not working in modal dialog.
Thanks!
Stack Overflow
Please use Stack Overflow for your questions about using the framework, templates and samples:
https://stackoverflow.com/questions/tagged/abp
Use abp tag in your questions.
The text was updated successfully, but these errors were encountered: