Call super methods
This commit is contained in:
@@ -122,12 +122,16 @@ class TpNumberInput extends FormElement(EventHelpers(DomQuery(LitElement))) {
|
||||
}
|
||||
|
||||
firstUpdated() {
|
||||
super.firstUpdated();
|
||||
|
||||
this.listen(this, 'click', '_onTap');
|
||||
this.listen(this.$.innerInput, 'blur', '_onBlur');
|
||||
this.listen(this.$.innerInput, 'keydown', '_onKey');
|
||||
}
|
||||
|
||||
updated(changes) {
|
||||
super.updated();
|
||||
|
||||
if (changes.has('timeMode')) {
|
||||
this._timeModeChanged();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user