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
1.0.1
MTextField 的 OnKeyPress 事件在其他平台下没有问题,但在 macos 加 MAUI 模式下不会被触发。以下是最简单的测试代码:
<MTextField TValue="string" OnKeyDown="(e) => keyDown(e)"></MTextField>
@code {
private void keyDown(KeyboardEventArgs e) { Console.WriteLine(e.Code); }
}
希望正常触发事件
No response
7.0.306
The text was updated successfully, but these errors were encountered:
请问有什么进展吗?这应该是一个 100%复现的问题
Sorry, something went wrong.
@williamlee1982 恐怕MAUI Blazor的BUG dotnet/maui#13934
Apple真是搞笑了,这么久的 bug 不去解决。这导致 MAUI Blazor 在 MAC 上直接无法用于生产了,按键事件都无法响应还做什么呢
No branches or pull requests
Masa.Blazor version
1.0.1
Describe the bug
MTextField 的 OnKeyPress 事件在其他平台下没有问题,但在 macos 加 MAUI 模式下不会被触发。以下是最简单的测试代码:
<MTextField TValue="string" OnKeyDown="(e) => keyDown(e)"></MTextField>
@code {
}
Expected Behavior
希望正常触发事件
Steps To Reproduce
No response
Reproduction code
No response
.NET version
7.0.306
What browsers are you seeing the problem on?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: