flake8
failed.
JSHint
passed.
Review Request #8980 — Created May 31, 2017 and submitted
Sometimes it makes sense to have a text widget that the user will want
to easily copy data from, such as with generated authentication tokens,
etc. TheCopyableTextInput
is a specializedTextInput
widget that
renders a link to copy the text from the associated field.
Using this with an upcoming change for OAuth forms.