-
Notifications
You must be signed in to change notification settings - Fork 160
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
[Bug Report]: 空interactive渲染模式下功能无效 #2177
Labels
status/wont fix
This will not be worked on
Comments
@kx500 表单验证、任何事件都需要开启交互。 |
但是有个问题啊,如果使用非静态渲染模式,在Blazor App下无法路由到BlazorServer里的页面,会提示Not Found |
@kx500 提供复现项目吧,交互的概念多少有点坑,一句话也说不清楚。 |
在Blazor App下无法路由到BlazorServer里的页面,会提示Not Found 这个不是你们的问题,是Blazor本身的问题,在新创建的项目里也是这样 ,你随便新创建一个Blazor Web App项目,然后访问( 域名/Error)试试就知道了 |
@kx500 总之交互的模式最好是按着blazor文档来,有些规则我也不清楚,不是masablazor的问题我就关闭此issue了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Masa.Blazor version
1.7.4
Describe the bug
rendermode InteractiveServer和rendermode InteractiveAuto 下都正常,interactive为空的时候UI正常但是功能无效,包括表单验证也无效,其他没测试
Expected Behavior
No response
Steps To Reproduce
No response
Reproduction code
No response
.NET version
8.0
What browsers are you seeing the problem on?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: