-
The [alert design pattern](https://w3c.github.io/aria-practices/#alert)’s Roles, States, and Properties section states:
> The widget has a role of alert.
That’s it. And that’s fine in most cases…
-
Currently the default label color per styles is applied to both the contents of the dialog and also the title. It will be nice to have ability to specify different colors - one for title and one for t…
-
Hi,
will this plugin be updated to support the new MAUI implementation of Rg.Plugins.Popups named Mopups (https://github.com/LuckyDucko/Mopups) and the MAUI implementation of Prism itself?
Or do…
-
Hello, everyone!
I would like to report the following bug:
**Describe the bug:**
The issue can be encountered in the **New Camp** after completing the "**Admission to the New Camp**" quest.
If…
-
## Accessibility
## Value Proposition
**As a** family member,
**I want** the app to be accessible to all users,
**so that** everyone can use the app effectively regardless of their abilities.
## D…
-
The HTML Standard defines the concept of an [inert subtree](https://html.spec.whatwg.org/multipage/interaction.html#inert-subtrees), it was pointed to by dialog to explain how it worked (you should no…
-
Good day. I would like to propose a feature, but let me explain it first.
When you enter certain windows within melonDS, for example:
Config -> Emu settings, Input and hotkeys, WiFi or Interface s…
-
Right now the explainer for invokers suggests that any of the toggle actions should cancel the dialog.
```html
This will cancel the dialog
```
The cancel event is fired when a CloseWatch…
-
Hi, I found this project which might be good for me.
Is it possible to have multiple dialogs all being accessible (closable) on their own with only one overlay gray background?
Thanks!
Libig updated
8 years ago
-
I am currently working on a project, where I have to switch to another page and switch back to the current page when a modal is closed. I have a bound IsOpen on my dialogs which I switch to false and …