purescript-react/purescript-react-basic

Is there no `onCopy` event?

i-am-the-slime opened this issue · 4 comments

I'm going through some events and I couldn't find this one for p for example.

I think there's actually a few more. Is this because these events are not high priority or is there some technical limitation?

It's just that adding event props is a manual process and no one has needed this even yet. Event PRs are always welcome.

I made a PR with the events I could make work with react-testing-library.

Fixed by #105