We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a628e commit ae46f4fCopy full SHA for ae46f4f
core/src/components/checkbox/checkbox.tsx
@@ -34,7 +34,6 @@ export class Checkbox implements ComponentInterface {
34
private inputLabelId = `${this.inputId}-lbl`;
35
private helperTextId = `${this.inputId}-helper-text`;
36
private errorTextId = `${this.inputId}-error-text`;
37
- private focusEl?: HTMLElement;
38
private inheritedAttributes: Attributes = {};
39
40
@Element() el!: HTMLIonCheckboxElement;
0 commit comments