Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser alert when copying larger amounts of text #79

Open
lbrouckman opened this issue Oct 12, 2017 · 1 comment
Open

Browser alert when copying larger amounts of text #79

lbrouckman opened this issue Oct 12, 2017 · 1 comment

Comments

@lbrouckman
Copy link

Using the latest version 5.0.1 of react-copy-to-clipboard, when I copy large amounts of text I get a browser popup:
screen shot 2017-10-12 at 10 35 02 am
The code is:

` const formatted = JSON.stringify(this.props.resultsState.rawResult, null, 2);

  <div>
    <CopyToClipboard text={formatted} onCopy={this.handleTextCopied}>
          <ClipboardIcon className='clipboard-icon' />
    </CopyToClipboard>`
@exclusiveMonkey
Copy link

hello? Did you find some solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants