fix(input): ensure readOnly is reflected to the readonly attribute

This commit is contained in:
Joren Broekema 2019-10-25 10:56:02 +02:00
parent d78f60054b
commit d25b2d47db

View file

@ -20,6 +20,7 @@ export class LionInput extends LionField {
readOnly: {
type: Boolean,
attribute: 'readonly',
reflect: true,
},
type: {
type: String,