You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there! Firstly, thanks for this amazing library!
I'm trying to reproduce the most basic modal dialog with a model. The dialog opens with Show and returns a result when closed. However, it's not opening as a modal dialog. The overlay doesn't change and I can still interact the components in the background while the dialog is open.
Can there be some configuration I missed?
I'm using Avalonia 11.1.0 / Material.Avalonia 3.6.0 / Windows 11.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there! Firstly, thanks for this amazing library!
I'm trying to reproduce the most basic modal dialog with a model. The dialog opens with
Show
and returns a result when closed. However, it's not opening as a modal dialog. The overlay doesn't change and I can still interact the components in the background while the dialog is open.Can there be some configuration I missed?
I'm using Avalonia 11.1.0 / Material.Avalonia 3.6.0 / Windows 11.
Here are the parts that I consider relevant:
Beta Was this translation helpful? Give feedback.
All reactions