NIFI-4119 - Improve UX of canvas label configuration by providing immediate focus to value field

This closes #1940.

Signed-off-by: Andy LoPresto <alopresto@apache.org>
This commit is contained in:
yuri1969 2017-06-25 18:56:54 +02:00 committed by Andy LoPresto
parent c37aed4de2
commit 202eb5ccbe
No known key found for this signature in database
GPG Key ID: 6EC293152D90B61D
1 changed files with 3 additions and 0 deletions

View File

@ -128,6 +128,9 @@
handler: {
close: function () {
labelId = '';
},
open: function () {
$('#label-value').focus();
}
}
});