trismi
trismi
We are also experiencing this issue. A few notes, we are currently seeing this issue in both Chrome and Firefox. The top of the iFrame needs to be a bit...
> Solved this issue by disabling `auto-focus` for all problematic view types: Select, DatePicker, etc. > > ``` > {...{autoFocus: false}} > minDate={minDate} > ... > > ``` I am...
In some testing I've been doing, I think this may actually be an issue with `Popover`. To see what I mean, try this snippet of HTML: ``` ``` When opening...
I posted this question on [Stack Overflow](https://stackoverflow.com/questions/72901051/how-to-prevent-material-ui-popover-from-scrolling-an-iframe-on-open) and received a helpful answer that does work. However, it requires that I then manage the focus state myself, and it'd be nice...