Add super call.
This commit is contained in:
@@ -145,6 +145,7 @@ class TpTagInput extends BaseElement {
|
||||
}
|
||||
|
||||
firstUpdated() {
|
||||
super.firstUpdated();
|
||||
this.listen(this.$.innerInput, 'keydown', '_inputKeyDown');
|
||||
this.listen(this.$.input, 'blur', '_inputBlur');
|
||||
this.listen(this, 'focus', '_onFocus');
|
||||
|
||||
Reference in New Issue
Block a user