react-copy-to-clipboard
react-copy-to-clipboard copied to clipboard
Copy-to-clipboard React component
I just made a React App wit react-copy-to-clipboard, and the copy/paste functionnality doesn't work on my tablets (Acer Iconia A3 and Ipad 14 Pro)
When Google browser calls requestfullscreen, oncopy returns success, but the actual copy is not successful
On Android, all copies to clipboards are displayed on the screen. If this component is used to copy passwords, they are displayed on the screen, which is not ideal. Please...
I implemented a copy button using react-copy-to-clipboard package, it works fine locally but on deploy to netlify, I'm getting this error. Can someone help pls. 
It has been cloned previously before calling `onClick` function
Hi, I have two components on one page. If I click on one the first time, the text gets copied. When I click on the second button or click again...
Full screen on all browsers,Using this plug-in is not copied to the clipboard
I encountered an issue in which I needed to stop click propagation to bigger components but I didn't find any way to capture the event. Please fix this issue.
Not an issue. Just an heads up. The `execCommand` feature, on which the package `copy-to-clipboard` depends on, [is now obsolete](https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand). [Relevant issue](https://github.com/sudodoki/copy-to-clipboard/issues/108). The author of that package is thinking of...
Hi. Using the latest version of react-copy-to-clipboard, I have an issue: My code: ```javascript const CopyContainer = ({ address, children, ...otherProps }) => ( {children} ); ``` It's `` tag...