Add super call.

This commit is contained in:
2026-06-23 06:58:07 +02:00
parent 58d4528a0e
commit b53599ce59
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@tp/tp-tag-input",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "tp-tag-input.js",
"scripts": {
+1
View File
@@ -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');