fix(input): ensure readOnly is reflected to the readonly attribute
This commit is contained in:
parent
d78f60054b
commit
d25b2d47db
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ export class LionInput extends LionField {
|
||||||
readOnly: {
|
readOnly: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
attribute: 'readonly',
|
attribute: 'readonly',
|
||||||
|
reflect: true,
|
||||||
},
|
},
|
||||||
type: {
|
type: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue