Add an input widget with a copy text link
Review Request #8980 — Created May 31, 2017 and submitted — Latest diff uploaded
Information | |
---|---|
brennie | |
Djblets | |
release-0.10.x | |
8982 | |
0148e9d... | |
Reviewers | |
djblets | |
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.