ClipboardTextCopy

Content Type: Widget
Categories: User Interface

Overview

Copy selected text from a text input element to the user's clipboard.

Documentation

ClipboardTextCopy

Copy selected text from a text input element to the user's clipboard.

Contributing

For more information on contributing to this repository visit Contributing to a GitHub repository!

Typical usage scenario

Improve user experience by reducing clicks of a user copying text from an input element.

Configuration

  • Specify a classname in the classname propery of the text input element of which the text should be copied.

  • Specify the same classname in the 'Target element classname' property of this widget.

Make sure that your page doesn't contain multiple elements with the same classname as this will lead to unexpected behaviour.

Releases

Version: 1.2.0
Framework Version: 7.13.1
Release Notes: - Added nanoflow compatibility which allows you to execute client actions after the text input value has been copied to the clipboard.
Version: 1.1.1
Framework Version: 7.13.1
Release Notes: - Fix #6 IE11 fixes
Version: 1.1.0
Framework Version: 7.13.1
Release Notes: Read Only Text Input support