diff options
Modify readonly value in for input in qr-code.
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/qr-code.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, |