From a0ca3fab774307e806fc881f1ce2bc6fc3a789ce Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 7 Sep 2017 14:15:21 -0230 Subject: Modify readonly value in for input in qr-code. --- ui/app/components/qr-code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app') diff --git a/ui/app/components/qr-code.js b/ui/app/components/qr-code.js index 8e4d01c00..4257c1a15 100644 --- a/ui/app/components/qr-code.js +++ b/ui/app/components/qr-code.js @@ -52,7 +52,7 @@ QrCodeView.prototype.render = function () { width: '247px', }, value: Qr.data, - readonly: 'readonly', + readonly: true, }), // h(CopyButton, { // value: Qr.data, -- cgit