Devon Govett
Devon Govett
Thanks! If you have time, would be awesome if you could add an example to storybook with an exit animation on a child element of the popover so we can...
I was able to fix the Safari issue by using `animation.finish()` instead of `animation.cancel()`. But I also noticed that our S2 Account Menu example was broken, because it has animations...
Going to close this. There's not a good way to determine which animations on elements inside a popover are related to entry exit animations and which one are independent. We...
See https://github.com/adobe/react-spectrum/issues/7283#issuecomment-2557931692
Looked into this again. There are a few issues here that are difficult to solve. The main one is that the native `'reset'` event gets fired by React _after_ re-rendering...
Not all of our examples include all of the imports because that would be very repetitive. But we might be able to improve this for copy past in our upcoming...
You could also probably implement this in your own component using the React Stately hooks by calling `state.setAnchorDate` from there in the meantime.
Closing as stale.
Wouldn't that only "fix" it if you aren't running aXe on mobile? Also I think this makes the items inside the combobox tabbable in some cases, which probably isn't desirable....
> also means that we no longer need to remove aria-expanded from the input I think aria-expanded doesn't really make much sense for mobile combo box anyway, because there is...