Skip to content

Instantly share code, notes, and snippets.

@armorpreston
Created August 1, 2019 19:31
Show Gist options
  • Save armorpreston/1bf441b92b6de9b677ae2307ba74f252 to your computer and use it in GitHub Desktop.
Save armorpreston/1bf441b92b6de9b677ae2307ba74f252 to your computer and use it in GitHub Desktop.
Clipboard on Input Field
<div class="input-group">
<input type="text" class="form-control" id="textToCopy" value="Copy" />
<div class="input-group-btn">
<clipboard [buttonText]="'Copy'" [target]="'#textToCopy'"></clipboard>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment