Benoît Grélard

Results 290 comments of Benoît Grélard

We don't need to export the specific event type as it shouldn't be needed. If you are rewrapping the component, @joaom00's solution is what we would recommend.

That seems like a sensible request. > I like your idea of being able to assign a unique name to each thumb. You're not talking about doing some kind of...

That's because `DropdownMenu.Trigger` responds to `pointerdown` so I guess you would have to trigger that instead, not sure what you are trying to achieve programatically calling like this. You can...

> This is caused by stricter typing used in modern `react` / `typescript`. As of writing this `@radix-ui/primitives` builds are dev dependent on `"typescript": "^4.6.3"` and `"react": "^18.0.0"`. If you...

Hey @terrymun this is a great point! We've always considered `DropdownMenu` to be vertical. Whilst I think this is most definitely the default in 99% of cases, I think your...

It looks like you have converted your trigger from a button to a div. That would probably be why you are seeing this. What does your code look like for...

Closing as stale as I believe I provided the reason over a year ago.