Dennis Rahmen

Results 51 comments of Dennis Rahmen

Since this issue has been resolved in the 6.x version of MudBlazor and .NET 5 is EOL. This can be closed.

@rafaelf82 could you also confirm that @alex-maro solution fixed your problem? 😊

I would also suggest a fullscreen button.

Since this issue has been resolved in the 6.x version of MudBlazor (https://github.com/MudBlazor/MudBlazor/issues/2793) and .NET 5 is EOL. This can be closed.

This is due to the use of FocusTrap. You can workaround this issue by adding the following to your a enclosing element inside your DialogContent: `UserAttributes="@(new Dictionary { {"tabindex", 0}...

I just realized that the Dialog component already works like that. So I would propose to adapt the implementation from the Dialog component for the Drawer component.

Yes, but then you have multiple ways of doing and a lack of consistency. In my opinion. Currently, the dialog component does already two things, dialogs and messages. So to...

For reference: https://github.com/MudBlazor/MudBlazor/issues/163

@ScarletKuro you mentioned that you wanted to unite all the drawer components would you consider this as well?

This is also related to the Upcoming & Overdue Issues on the dashboard. They should be sorted by due date.