Jason Quense
Jason Quense
yeah there should be something. thinking a bit more on it there may actually be a way to handle it at least sloppily. I'm not sure it's a good idea,...
does this make sense to change until they actually provide an esm build?
Why are two stacked modals showing up at once? Honestly, and not to judge, but that seems like a UX nightmare :P
From your gif the modals aren't mounting at the same time, which doesn't sound like a race condition to me then. https://github.com/jquense/react-bootstrap-modal implements stacking modals on top of react-overlays and...
sorry I misunderstood what you were saying the race condition was. The problem isn't that focus is trapped in the underlying modal, but that it breaks autofocus, because the bottom...
> In my opinion just the registration to the ModalManager should be done in the cWM hook Like I said tho, registration in CWM is too early since registration does...
likely that we will drop react-popper in the near future to use popper directly. react-popper is a great library, but for the limited use-cases here and thanks to hooks, it's...
Codepen is helpful for testing IE b/cit has a debug view that removes all the codepen chrome and code so you don't run into issues with that when running old...
should we conditionally add it for cases where the menu is actually a `role=menu`? We do some of that already, it may not be too much extra work
if we could rely on Portal event bubbling for our click outside logic this could be neatly avoided...I don't think there is any good way of doing that tho? Or...