Serhii Bedrytskyi
Serhii Bedrytskyi
So what's the solution? Why it's closed? I can't use plugins with --turbopack, so I have to remove it. Because this makes MDX unusable in Next.js.
Just double checked, this div that I can pass key to seems to be a Popper node with `data-radix-popper-content-wrapper` attribute. Any way to pass key to it?
@jd-carroll I did some small research, the issue with Radix primitives is that it seems like `onInvalid` event is not propagated, since Radix rendering other elements as `button` etc, and...
Another thing you would need to do, is to handle focus properly, because currently Form trying to focus aria-hidden inputs on validation, which throws an error in devtools