From d25b2d47db2ca818dadfbd158947ff9c67ff751e Mon Sep 17 00:00:00 2001 From: Joren Broekema Date: Fri, 25 Oct 2019 10:56:02 +0200 Subject: [PATCH] fix(input): ensure readOnly is reflected to the readonly attribute --- packages/input/src/LionInput.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/input/src/LionInput.js b/packages/input/src/LionInput.js index 1649410dd..3887d55f4 100644 --- a/packages/input/src/LionInput.js +++ b/packages/input/src/LionInput.js @@ -20,6 +20,7 @@ export class LionInput extends LionField { readOnly: { type: Boolean, attribute: 'readonly', + reflect: true, }, type: { type: String,