We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the remaining text is ignored :( This is a weird issue.
If I used: <%= clippy("https://foo.com/abc?status=true&id=1234") %>
the text that actually goes to clipboard is "https://foo.com/abc?status=true" i.e. the first '&' and remaining text is stripped off.
Anybody?
The text was updated successfully, but these errors were encountered:
I also need a solution on this
Any progress on this issue, or workarounds..
UPDATE: sorry - workaround found here #1 :)
Sorry, something went wrong.
URLencoing works.
No branches or pull requests
the remaining text is ignored :( This is a weird issue.
If I used: <%= clippy("https://foo.com/abc?status=true&id=1234") %>
the text that actually goes to clipboard is "https://foo.com/abc?status=true" i.e. the first '&' and remaining text is stripped off.
Anybody?
The text was updated successfully, but these errors were encountered: