-
`aria-hidden=true` gets applied on top level container when a modal is opened. But if `disablePortal` is used, `aria-hidden` should not be set on that top level container as the modal will be crea…
-
Trying Flask-Modals today (through the BS5 example), I got an error indicating missing Markup. So, I fixed it removing any version mention in requirements.txt to get all last ones, and changing modal.…
-
Adding a progress bar to indicate progress through initial series of modals.
Considering alternatives to using modals.
Soliciting and incorporating feedback from users.
-
-
Currently some of the default pages, like ETS, Process, etc. have clickable rows that shows a modal with more detailed information. Right now, as far as I can see in the code there's no way of having …
-
Kudos for such a great library! It has really simplified working with modals
The modals don't get removed automatically on route change. Can this feature be added to NiceModal such that developers …
nik32 updated
9 months ago
-
default alerts are ugly
fix them
-
## Issue Description
Modals are not reduced in size when the ScreenSizer
## Steps to Reproduce (If applicable)
Use a simple react-native modal
```tsx
export default function App() {
co…
-
I have several forms within modals, they are called through a turbo_frame, the problem is that when submitting the modal it closes and does not show ActiveRecord errors.
this is the create method
…
-
## Bug Report
### Steps
1. Create a `Modal` trigger which opens a `Modal` on click.
2. Put another trigger element inside the first `Modal` which opens another `Modal` on click.
3. Press `Escape…