Fixes readonly.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tp/tp-input",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"description": "",
|
||||
"main": "tp-input.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -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