Fixes readonly.
This commit is contained in:
@@ -230,6 +230,10 @@ class TpInput extends BaseElement {
|
||||
if (changes.has('value')) {
|
||||
this._syncValue();
|
||||
}
|
||||
|
||||
if (changes.has('readonly')) {
|
||||
this._syncReadonly();
|
||||
}
|
||||
}
|
||||
|
||||
get _equalToTarget() {
|
||||
|
||||
Reference in New Issue
Block a user