We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1d4e6 commit bb5727cCopy full SHA for bb5727c
knowledge-base/dialog-close-on-esc.md
@@ -62,7 +62,7 @@ To ensure the Dialog closes on `ESC` even after focusing the content, wrap the D
62
</style>
63
64
@code {
65
- private bool DialogVisible { get; set; }
+ private bool DialogVisible { get; set; } = true;
66
private string SampleText { get; set; } = string.Empty;
67
68
private void OpenDialog()
0 commit comments