From 4f13592430244b3d24abe2dfa61d2699f1a4ffa4 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Mon, 18 Mar 2019 08:17:06 -0400 Subject: [PATCH] hide drag-and-drop textarea hints when showing input value as tag You can't drag and drop or enter text when a text area is displaying its value as a tag, so we hide the hint to avoid incorrectly suggesting that you can. --- awx/ui/client/lib/components/input/label.partial.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/lib/components/input/label.partial.html b/awx/ui/client/lib/components/input/label.partial.html index a01895e361..5f4cab5ee9 100644 --- a/awx/ui/client/lib/components/input/label.partial.html +++ b/awx/ui/client/lib/components/input/label.partial.html @@ -2,7 +2,7 @@ * {{::state.label | translate}} - {{::state._hint}} + {{::state._hint}}