rfellows commented on a change in pull request #3606: [WIP] Nifi 6282
URL: https://github.com/apache/nifi/pull/3606#discussion_r317717310
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-contexts.js
 ##########
 @@ -1756,6 +1792,16 @@
 
         $('#parameter-dialog').modal();
 
+        $('#parameter-value-field').keydown(function () {
+            var sensitiveInput = $(this);
+            if (sensitiveInput.hasClass('sensitive')) {
 
 Review comment:
   Oh ok. I didn't realize that it was also styling the `Sensitive value set` 
text in the input.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to