diff --git a/src/components/li/li.ts b/src/components/li/li.ts index f7d2f04..77aa489 100644 --- a/src/components/li/li.ts +++ b/src/components/li/li.ts @@ -303,6 +303,8 @@ export class StarLi extends StarBaseElement { + (this.value = (e.target as HTMLInputElement).value)} @focus=${() => this.setAttribute('active', '')} @blur=${() => this.removeAttribute('active')} />