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 9d2dd29 commit a3931bfCopy full SHA for a3931bf
core/src/components/toggle/toggle.tsx
@@ -413,8 +413,8 @@ export class Toggle implements ComponentInterface {
413
aria-disabled={disabled ? 'true' : null}
414
tabindex={disabled ? undefined : 0}
415
onKeyDown={this.onKeyDown}
416
- onFocus={() => this.onFocus()}
417
- onBlur={() => this.onBlur()}
+ onFocus={this.onFocus}
+ onBlur={this.onBlur}
418
class={createColorClasses(color, {
419
[mode]: true,
420
'in-item': hostContext('ion-item', el),
0 commit comments