Results 2 comments of med

Hi If you are still interested, I found a temporary solution to this problem. I think that blazor.server.js expects two arrays in the `dataTransfer` object `(files and items)`, and i...

Hi If you mean the popover behavior, then I think this behavior is implemented in [radix select component](https://www.radix-ui.com/primitives/docs/components/select). The code source responsible for this behavior is [here](https://github.com/nodejs/nodejs.org/blob/main/components/Common/Select/index.tsx) ``` ``` They...