Skip to content

Commit e899da1

Browse files
author
corvinsz
committed
fix(dialoghost): trap focus inside of the dialogs popup
1 parent 6895c0e commit e899da1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.DialogHost.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@
452452
Focusable="True"
453453
Foreground="{DynamicResource MaterialDesign.Brush.Foreground}"
454454
IsTabStop="False"
455+
KeyboardNavigation.TabNavigation="Cycle"
455456
Opacity="0"
456457
RenderTransformOrigin=".5,.5"
457458
Tag="{TemplateBinding DialogBackground}"

0 commit comments

Comments
 (0)