flake8
failed.
JSHint
passed.
flake8
-
djblets/forms/widgets.py (Diff revision 1) Show all issues
Review Request #8980 — Created May 31, 2017 and submitted
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.
djblets/forms/templates/djblets_forms/copyable_text_input.html (Diff revision 2) |
---|
Should we also do
e.stopPropagation()
?