From 9fe79c0d0ee1ec70e13510816689950fb9c5cb73 Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Fri, 12 Apr 2024 13:32:03 -0400 Subject: [PATCH] prettier --- src/components/input/input.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/input/input.component.ts b/src/components/input/input.component.ts index a5f549ae..d4fafa5f 100644 --- a/src/components/input/input.component.ts +++ b/src/components/input/input.component.ts @@ -54,6 +54,7 @@ export default class SlInput extends ShoelaceElement implements ShoelaceFormCont static styles: CSSResultGroup = [componentStyles, formControlStyles, styles]; static dependencies = { 'sl-icon': SlIcon }; + // Protected to make TS happy. protected static __sharedInput: null | HTMLInputElement = null; private readonly formControlController = new FormControlController(this, {